Home
last modified time | relevance | path

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

/foundation/window/window_manager/window_scene/session_manager/src/
H A Dhidump_controller.cpp293 << "lastSafeRect oriPosYBeforeRaisedByKeyboard_" in DumpKeyboardParamList()
301 WSRect lastSafeRect = session->GetLastSafeRect(); in DumpKeyboardParam() local
336 << "[" << lastSafeRect.posX_ << " " in DumpKeyboardParam()
337 << lastSafeRect.posY_ << " " in DumpKeyboardParam()
338 << lastSafeRect.width_ << " " in DumpKeyboardParam()
339 << lastSafeRect.height_ << "]|" in DumpKeyboardParam()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp343 const WSRect& lastSafeRect = callingSession->GetLastSafeRect(); in NotifyOccupiedAreaChangeInfo() local
344 if (lastSafeRect == safeRect) { in NotifyOccupiedAreaChangeInfo()
345 TLOGI(WmsLogTag::WMS_KEYBOARD, "SafeRect is same to lastSafeRect: %{public}s", safeRect.ToString().c_str()); in NotifyOccupiedAreaChangeInfo()
358 TLOGI(WmsLogTag::WMS_KEYBOARD, "lastSafeRect: %{public}s, safeRect: %{public}s, keyboardRect: %{public}s, " in NotifyOccupiedAreaChangeInfo()
359 "textFieldPositionY_: %{public}f, textFieldHeight_: %{public}f", lastSafeRect.ToString().c_str(), in NotifyOccupiedAreaChangeInfo()
H A Dscene_session.cpp4063 return lastSafeRect; in GetLastSafeRect()
4068 lastSafeRect.posX_ = rect.posX_; in SetLastSafeRect()
4069 lastSafeRect.posY_ = rect.posY_; in SetLastSafeRect()
4070 lastSafeRect.width_ = rect.width_; in SetLastSafeRect()
4071 lastSafeRect.height_ = rect.height_; in SetLastSafeRect()
/foundation/window/window_manager/window_scene/session/host/include/
H A Dscene_session.h658 WSRect lastSafeRect = { 0, 0, 0, 0 }; member in OHOS::OHOS::Rosen::SceneSession
/foundation/window/window_manager/window_scene/test/unittest/
H A Dkeyboard_session_test.cpp442 callingSession->lastSafeRect = lastSR; in HWTEST_F()

Completed in 14 milliseconds