/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_cutout_controller.cpp | 197 DMRect leftRect = CreateWaterfallRect(0, 0, left, displayHeight); in CalcBuiltInDisplayWaterfallRectsByRotation() local 201 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 205 DMRect leftRect = CreateWaterfallRect(0, 0, bottom, displayWidth); in CalcBuiltInDisplayWaterfallRectsByRotation() local 209 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 213 DMRect leftRect = CreateWaterfallRect(0, 0, right, displayHeight); in CalcBuiltInDisplayWaterfallRectsByRotation() local 217 … waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects {leftRect, topRect, rightRect, bottomRect}; in CalcBuiltInDisplayWaterfallRectsByRotation() 221 DMRect leftRect = CreateWaterfallRect(0, 0, top, displayWidth); 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 | 202 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[LEFT], displayHeight); in CalcWaterfallRectsByRotation() local 208 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation() 212 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[BOTTOM], displayHeight); in CalcWaterfallRectsByRotation() local 217 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation() 221 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[RIGHT], displayHeight); in CalcWaterfallRectsByRotation() local 225 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation() 229 DMRect leftRect = CreateWaterfallRect(0, 0, realNumVec[TOP], displayHeight); in CalcWaterfallRectsByRotation() local 235 …waterfallDisplayAreaRects_ = WaterfallDisplayAreaRects { leftRect, topRect, rightRect, bottomRect … in CalcWaterfallRectsByRotation()
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/draw/ |
H A D | draw_rect.cpp | 282 Rect leftRect(col1X, row2Y + 1, col2X, row3Y - 1); in DrawRectBorderWithoutRadius() local 283 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectBorderWithoutRadius() 351 Rect leftRect(col1X, row2Y + 1, col2X, row3Y - 1); in DrawRectRadiusEqualBorder() local 353 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusEqualBorder() 433 Rect leftRect(rectCol1X, rectRow2Y + 1, rectCol2X, rectRow3Y - 1); in DrawRectRadiusSmallThanBorder() local 434 drawUtils->DrawColorArea(gfxDstBuffer, leftRect, dirtyRect, style.borderColor_, opa); in DrawRectRadiusSmallThanBorder()
|
/ohos5.0/foundation/window/window_manager/interfaces/kits/cj/window_runtime/ |
H A D | window_impl.h | 28 Rect leftRect { 0, 0, 0, 0 };
|
H A D | window_impl.cpp | 413 retPtr->leftRect = g_emptyRect; in GetWindowAvoidArea() 418 retPtr->leftRect = avoidArea.leftRect_; in GetWindowAvoidArea()
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v4.0-beta2/ |
H A D | js-apidiff-window.md | 32 |type有变化|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 57 | ohos.window | AvoidArea | leftRect: Rect; | 新增 |
|
/ohos5.0/docs/en/release-notes/api-diff/v3.1-Release/ |
H A D | js-apidiff-window.md | 57 | ohos.window | AvoidArea | leftRect: Rect; | Added|
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v4.0-beta2/ |
H A D | js-apidiff-window.md | 32 …thod or attribute name: leftRect: Rect;<br>Old version information: |Class name: AvoidArea;<br>Met…
|
/ohos5.0/docs/zh-cn/release-notes/api-diff/v4.0-Release to v3.2-Release/ |
H A D | js-apidiff-window.md | 168 |type有变化|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<br>旧版本信息:|类名:AvoidArea;<br>方法or属性:leftRect: Rect;<…
|
/ohos5.0/docs/en/release-notes/api-diff/v4.0-Release-vs-v3.2-Release/ |
H A D | js-apidiff-window.md | 168 …thod or attribute name: leftRect: 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 | 156 | leftRect | [Rect](#rect7) | 是 | 是 | 屏幕左侧的矩形区。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/ |
H A D | js-apis-window.md | 156 | leftRect | [Rect](#rect7) | Yes | Yes | Rectangle on the left of the screen.|
|