Searched defs:newWinRect (Results 1 – 4 of 4) sorted by relevance
/ohos5.0/foundation/window/window_manager/wmserver/test/unittest/ |
H A D | window_layout_policy_test.cpp | 203 Rect newWinRect = { 50, 50, 200, 200 }; // rect: 50, 50, 200, 200 variable 220 Rect newWinRect = { 50, 50, 200, 200 }; // rect: 50, 50, 200, 200 variable 237 Rect newWinRect = { 50, 50, 150, 300 }; // rect: 50, 50, 150, 300 variable
|
/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 654 WSRect newWinRect = winRect_; in MoveAndResizeKeyboard() local
|
H A D | scene_session.cpp | 1215 bool SceneSession::UpdateInputMethodSessionRect(const WSRect& rect, WSRect& newWinRect, WSRect& new… in UpdateInputMethodSessionRect() 1386 auto newWinRect = winRect_; in UpdateSessionRectInner() local
|
/ohos5.0/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 1709 WSRect newWinRect; variable
|