Home
last modified time | relevance | path

Searched refs:callingSessionRect (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/window/window_manager/window_scene/session/host/src/
H A Dkeyboard_session.cpp213 WSRect callingSessionRect = callingSession->GetSessionRect(); in OnCallingSessionUpdated() local
214 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, panelRect); in OnCallingSessionUpdated()
216 …TLOGI(WmsLogTag::WMS_KEYBOARD, "callSession Rect: %{public}s", callingSessionRect.ToString().c_str… in OnCallingSessionUpdated()
446 WSRect callingSessionRect = callingSession->GetSessionRect(); in RaiseCallingSession() local
449 callingSessionRect.posY_ = oriPosYBeforeRaisedByKeyboard; in RaiseCallingSession()
454 keyboardPanelRect.ToString().c_str(), callingSessionRect.ToString().c_str()); in RaiseCallingSession()
455 …NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession()
459 WSRect newRect = callingSessionRect; in RaiseCallingSession()
461 if (isCallingSessionFloating && callingSessionRect.posY_ > statusHeight) { in RaiseCallingSession()
463 oriPosYBeforeRaisedByKeyboard = callingSessionRect.posY_; in RaiseCallingSession()
[all …]