Searched refs:overlapRect (Results 1 - 5 of 5) sorted by relevance
/foundation/window/window_manager/wm/test/unittest/ |
H A D | window_agent_test.cpp | 190 Rect overlapRect = {0, 0, 0, 0}; in HWTEST_F() local 191 sptr<OccupiedAreaChangeInfo> info = new OccupiedAreaChangeInfo(OccupiedAreaType::TYPE_INPUT, overlapRect); in HWTEST_F() 207 Rect overlapRect = {0, 0, 0, 0}; in HWTEST_F() local 208 sptr<OccupiedAreaChangeInfo> info = new OccupiedAreaChangeInfo(OccupiedAreaType::TYPE_INPUT, overlapRect); in HWTEST_F() 212 info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F() 216 err = windowAgent_->UpdateOccupiedAreaAndRect(info, overlapRect, syncTransactionController->GetRSTransaction()); in HWTEST_F()
|
H A D | window_proxy_test.cpp | 155 Rect overlapRect = {0, 0, 0, 0}; in HWTEST_F() local 156 sptr<OccupiedAreaChangeInfo> info = new OccupiedAreaChangeInfo(OccupiedAreaType::TYPE_INPUT, overlapRect); in HWTEST_F()
|
/foundation/window/window_manager/window_scene/test/unittest/ |
H A D | scene_session_test.cpp | 926 WSRect overlapRect = { 0, 0, 0, 0 }; in HWTEST_F() local 927 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, -1); in HWTEST_F() 928 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, 11); in HWTEST_F() 933 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, -1); in HWTEST_F() 934 scensession->NotifySessionRectChange(overlapRect, SizeChangeReason::ROTATION, 11); in HWTEST_F() 983 WSRect overlapRect = {0, 0, 0, 0}; in HWTEST_F() local 986 scensession->GetKeyboardAvoidArea(overlapRect, avoidArea); in HWTEST_F() 990 scensession->GetKeyboardAvoidArea(overlapRect, avoidArea); in HWTEST_F() 1012 WSRect overlapRect = { 0, 0, 0, 0 }; in HWTEST_F() local 1015 scensession->GetCutoutAvoidArea(overlapRect, avoidAre in HWTEST_F() 1274 WSRect overlapRect = { 0, 0, 0, 0 }; HWTEST_F() local [all...] |
/foundation/window/window_manager/wmserver/src/ |
H A D | window_node_container.cpp | 1428 Rect overlapRect = { 0, 0, 0, 0 }; in NotifyIfKeyboardRegionChanged() local 1430 overlapRect = WindowHelper::GetOverlap(keyRect, callingRect, callingRect.posX_, callingRect.posY_); in NotifyIfKeyboardRegionChanged() 1439 overlapRect, textFieldPositionY, textFieldHeight); in NotifyIfKeyboardRegionChanged() 1453 overlapRect.posX_, overlapRect.posY_, overlapRect.width_, overlapRect.height_); in NotifyIfKeyboardRegionChanged()
|
H A D | window_controller.cpp | 568 Rect overlapRect = { 0, 0, 0, 0 }; in RestoreCallingWindowSizeIfNeed() local 569 NotifyInputCallingWindowRectAndOccupiedAreaChange(callingWindow, callingWindowRestoringRect_, overlapRect); in RestoreCallingWindowSizeIfNeed()
|
Completed in 11 milliseconds