NativeDisplayManager_CutoutInfo
Overview
The NativeDisplayManager_CutoutInfo struct describes the unusable area of a display, including punch hole, notch, and curved area of a waterfall display.
System capability: SystemCapability.WindowManager.WindowManager.Core
Since: 12
Related module: OH_DisplayManager
Summary
Member Variables
| Name | Description |
|---|---|
| int32_t boundingRectsLength | Number of unusable areas (bounding rectangles) designed for punch holes and notches. |
| NativeDisplayManager_Rect * boundingRects | Unusable areas (bounding rectangles) designed for punch holes and notches. |
| NativeDisplayManager_WaterfallDisplayAreaRects waterfallDisplayAreaRects | Curved area on a waterfall display. |