Searched defs:dockWinRect (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 750 Rect dockWinRect = { 200, 200, 50, 20 }; // rect: 200, 200, 50, 20 variable 798 Rect dockWinRect = { 200, (displayRect.height_ * 0.9), // param: 200, 0.9, variable 838 Rect dockWinRect = { variable 1082 Rect dockWinRect = { 200, 200, 50, 20 }; // 200, 200, 50, 20 variable 1168 Rect dockWinRect = { 200, 200, 50, 20 }; // rect : 200, 200, 50, 20 variable 1198 Rect dockWinRect = { 200, 200, 50, 20 }; // rect : 200, 200, 50, 20 variable
|
/ohos5.0/foundation/window/window_manager/wmserver/src/ |
H A D | window_layout_policy_cascade.cpp | 795 Rect dockWinRect; in FixWindowSizeByRatioIfDragBeyondLimitRegion() local 918 Rect dockWinRect; in LimitWindowPositionWhenDrag() local 972 Rect dockWinRect; in LimitWindowPositionWhenInitRectOrMove() local 1018 Rect dockWinRect = { 0, 0, 0, 0 }; in GetMaximizeRect() local
|