Searched refs:callingSessionRect (Results 1 – 1 of 1) sorted by relevance
213 WSRect callingSessionRect = callingSession->GetSessionRect(); in OnCallingSessionUpdated() local214 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() local449 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 …]