WindowManager_AvoidArea
typedef struct {...} WindowManager_AvoidArea
Overview
The struct describes the avoid area.
Since: 15
Related module: WindowManager
Header file: oh_window_comm.h
Summary
Member Variables
| Name | Description |
|---|---|
| WindowManager_Rect topRect | Top rectangle of the avoid area. |
| WindowManager_Rect leftRect | Left rectangle of the avoid area. |
| WindowManager_Rect rightRect | Right rectangle of the avoid area. |
| WindowManager_Rect bottomRect | Bottom rectangle of the avoid area. |