How to get the height and width of the display cutout in android studio.
Tried to get the height of the display cutout using “displayCutout.getSafeInsetTop()” but the width of the display cutout is showing 0px whole using “displayCutout.getSafeInsetLeft() + displayCutout.getSafeInsetRight()”