Home
last modified time | relevance | path

Searched refs:overlapRect (Results 1 - 5 of 5) sorted by relevance

/foundation/window/window_manager/wm/test/unittest/
H A Dwindow_agent_test.cpp190 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 Dwindow_proxy_test.cpp155 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 Dscene_session_test.cpp926 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 Dwindow_node_container.cpp1428 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 Dwindow_controller.cpp568 Rect overlapRect = { 0, 0, 0, 0 }; in RestoreCallingWindowSizeIfNeed() local
569 NotifyInputCallingWindowRectAndOccupiedAreaChange(callingWindow, callingWindowRestoringRect_, overlapRect); in RestoreCallingWindowSizeIfNeed()

Completed in 11 milliseconds