GGiteeupdate
4e670698创建于 2025年4月17日历史提交

WindowManager_AvoidArea

概述

定义避让区域结构体。

起始版本: 15

相关模块:WindowManager

所在头文件: oh_window_comm.h

汇总

成员变量

名称 描述
WindowManager_Rect topRect 避让区域的顶部矩形。
WindowManager_Rect leftRect 避让区域的左侧矩形。
WindowManager_Rect rightRect 避让区域的右侧矩形。
WindowManager_Rect bottomRect 避让区域的底部矩形。

结构体成员变量说明

bottomRect

WindowManager_Rect WindowManager_AvoidArea::bottomRect

描述

避让区域的底部矩形。

leftRect

WindowManager_Rect WindowManager_AvoidArea::leftRect

描述

避让区域的左侧矩形。

rightRect

WindowManager_Rect WindowManager_AvoidArea::rightRect

描述

避让区域的右侧矩形。

topRect

WindowManager_Rect WindowManager_AvoidArea::topRect

描述

避让区域的顶部矩形。