/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 200 … DMRect bottomRect = CreateWaterfallRect(0, displayHeight - bottom, displayWidth, bottom); in CalcBuiltInDisplayWaterfallRectsByRotation() local 201 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 208 DMRect bottomRect = CreateWaterfallRect(0, displayWidth - right, displayHeight, right); in CalcBuiltInDisplayWaterfallRectsByRotation() local 209 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 216 DMRect bottomRect = CreateWaterfallRect(0, displayHeight - top, displayWidth, top); in CalcBuiltInDisplayWaterfallRectsByRotation() local 217 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 224 DMRect bottomRect = CreateWaterfallRect(0, displayWidth - left, displayHeight, left); in CalcBuiltInDisplayWaterfallRectsByRotation() local 225 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation()
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | screen_cutout_controller.cpp | 206 DMRect bottomRect = in CalcWaterfallRectsByRotation() local 208 …aterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect }; in CalcWaterfallRectsByRotation() 215 DMRect bottomRect = in CalcWaterfallRectsByRotation() local 217 …aterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect }; in CalcWaterfallRectsByRotation() 224 …DMRect bottomRect = CreateWaterfallRect(0, displayHeight - realNumVec[TOP], displayWidth, realNumV… in CalcWaterfallRectsByRotation() local 225 …aterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect }; in CalcWaterfallRectsByRotation() 233 DMRect bottomRect = in CalcWaterfallRectsByRotation() local 235 …aterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect }; in CalcWaterfallRectsByRotation()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 136 Rect bottomRect(col2X + 1, row2Y, col3X - 1, row3Y); in DrawRectRadiusWithoutBorderCon1() local 137 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon1() 225 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y); in DrawRectRadiusWithoutBorderCon4() local 226 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.bgColor_, opa); in DrawRectRadiusWithoutBorderCon4() 295 Rect bottomRect(col1X, row3Y, col4X, row4Y); in DrawRectBorderWithoutRadius() local 296 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa); in DrawRectBorderWithoutRadius() 365 Rect bottomRect(col2X + 1, row3Y, col3X - 1, row4Y); in DrawRectRadiusEqualBorder() local 366 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusEqualBorder() 446 Rect bottomRect(radiusCol2X + 1, radiusRow3Y, radiusCol3X - 1, radiusRow4Y); in DrawRectRadiusSmallThanBorder() local 447 drawUtils->DrawColorArea(gfxDstBuffer, bottomRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusSmallThanBorder()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 31 Rect bottomRect { 0, 0, 0, 0 };
|
H A D | window_impl.cpp | 415 retPtr->bottomRect = g_emptyRect; in GetWindowAvoidArea() 420 retPtr->bottomRect = avoidArea.bottomRect_; in GetWindowAvoidArea()
|
/ohos5.0/docs/zh-cn/third-party-cases/ |
H A D | immersion-mode.md | 152 AppStorage.SetOrCreate<number>("bottomHeight", area.bottomRect.height);
|
/ohos5.0/base/notification/distributed_notification_service/services/dialog_ui/enable_notification_dialog/entry/src/main/ets/pages/ |
H A D | pcNotificationDialog.ets | 291 this.naviHeight = data.area.bottomRect.height; 297 this.naviHeight = avoidArea.bottomRect.height;
|
H A D | notificationDialog.ets | 229 this.naviHeight = data.area.bottomRect.height; 235 this.naviHeight = avoidArea.bottomRect.height;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-window.md | 35 |type有变化|类名:AvoidArea;<br>方法or属性:bottomRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:bottomRect: Re…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-arkui.md | 61 AppStorage.setOrCreate('SafeAreaBottomHeight', navigationArea.bottomRect.height);
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 54 | ohos.window | AvoidArea | bottomRect: Rect; | 新增 |
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_5.0.0.19/ |
H A D | changelogs-arkui.md | 61 AppStorage.setOrCreate('SafeAreaBottomHeight', navigationArea.bottomRect.height);
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 54 | ohos.window | AvoidArea | bottomRect: Rect; | Added|
|
/ohos5.0/docs/zh-cn/application-dev/ui/ |
H A D | arkts-shared-element-transition.md | 1207 WindowUtils.navigationIndicatorHeight_px = navigationArea.bottomRect.height; 1228 let bottomRectHeight = data.area.bottomRect.height; 1821 WindowUtils.navigationIndicatorHeight_px = navigationArea.bottomRect.height; 1842 let bottomRectHeight = data.area.bottomRect.height;
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-window.md | 35 …od or attribute name: bottomRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Met…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-shared-element-transition.md | 1207 WindowUtils.navigationIndicatorHeight_px = navigationArea.bottomRect.height; 1228 let bottomRectHeight = data.area.bottomRect.height; 1821 WindowUtils.navigationIndicatorHeight_px = navigationArea.bottomRect.height; 1842 let bottomRectHeight = data.area.bottomRect.height;
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-window.md | 171 |type有变化|类名:AvoidArea;<br>方法or属性:bottomRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:bottomRect: Re…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-window.md | 171 …od or attribute name: bottomRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Met…
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 159 | bottomRect | [Rect](#rect7) | 是 | 是 | 屏幕底部的矩形区。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 159 | bottomRect | [Rect](#rect7) | Yes | Yes | Rectangle at the bottom of the screen.|
|