Searched refs:callingSessionRect (Results 1 - 1 of 1) sorted by relevance
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | keyboard_session.cpp | 220 WSRect callingSessionRect = callingSession->GetSessionRect(); in OnCallingSessionUpdated() local 221 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, panelRect); in OnCallingSessionUpdated() 223 TLOGI(WmsLogTag::WMS_KEYBOARD, "callSession Rect: %{public}s", callingSessionRect.ToString().c_str()); in OnCallingSessionUpdated() 422 WSRect callingSessionRect = callingSession->GetSessionRect(); in RaiseCallingSession() local 425 callingSessionRect.posY_ = oriPosYBeforeRaisedByKeyboard; in RaiseCallingSession() 427 if (SessionHelper::IsEmptyRect(SessionHelper::GetOverlap(keyboardPanelRect, callingSessionRect, 0, 0)) && in RaiseCallingSession() 430 keyboardPanelRect.ToString().c_str(), callingSessionRect.ToString().c_str()); in RaiseCallingSession() 431 NotifyOccupiedAreaChangeInfo(callingSession, callingSessionRect, keyboardPanelRect, rsTransaction); in RaiseCallingSession() 435 WSRect newRect = callingSessionRect; in RaiseCallingSession() 437 if (isCallingSessionFloating && callingSessionRect in RaiseCallingSession() [all...] |
Completed in 1 milliseconds