Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session/host/include/
H A Dkeyboard_session.h65 const WSRect& occupiedArea, const std::shared_ptr<RSTransaction>& rsTransaction = nullptr);
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp339 const WSRect& occupiedArea, const std::shared_ptr<RSTransaction>& rsTransaction) in NotifyOccupiedAreaChangeInfo()
342 const WSRect& safeRect = SessionHelper::GetOverlap(occupiedArea, rect, 0, 0); in NotifyOccupiedAreaChangeInfo()
360 safeRect.ToString().c_str(), occupiedArea.ToString().c_str(), textFieldPositionY, textFieldHeight); in NotifyOccupiedAreaChangeInfo()
338 NotifyOccupiedAreaChangeInfo(const sptr<SceneSession>& callingSession, const WSRect& rect, const WSRect& occupiedArea, const std::shared_ptr<RSTransaction>& rsTransaction) NotifyOccupiedAreaChangeInfo() argument
/foundation/window/window_manager/wmserver/src/
H A Dwindow_controller.cpp452 const Rect& rect, const Rect& occupiedArea) in NotifyInputCallingWindowRectAndOccupiedAreaChange()
482 const AnimationConfig::KeyboardAnimation& animation = WindowHelper::IsEmptyRect(occupiedArea) ? in NotifyInputCallingWindowRectAndOccupiedAreaChange()
489 const Rect& safeRect = WindowHelper::GetOverlap(occupiedArea, rect, 0, 0); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
506 "occupiedArea: [%{public}d, %{public}d, %{public}u, %{public}u], safeHeight: %{public}u", in NotifyInputCallingWindowRectAndOccupiedAreaChange()
508 occupiedArea.posX_, occupiedArea.posY_, occupiedArea.width_, occupiedArea.height_, safeRect.height_); in NotifyInputCallingWindowRectAndOccupiedAreaChange()
451 NotifyInputCallingWindowRectAndOccupiedAreaChange(const sptr<WindowNode>& callingWindow, const Rect& rect, const Rect& occupiedArea) NotifyInputCallingWindowRectAndOccupiedAreaChange() argument
/foundation/window/window_manager/wmserver/include/
H A Dwindow_controller.h125 const Rect& occupiedArea);
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp438 WSRect occupiedArea = { 0, 0, 0, 0 }; in HWTEST_F() local
439 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F()
443 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F()
448 keyboardSession->NotifyOccupiedAreaChangeInfo(callingSession, rect, occupiedArea); in HWTEST_F()

Completed in 7 milliseconds