Searched refs:curWindow (Results 1 – 3 of 3) sorted by relevance
778 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo() local780 if (displayAreaWindow_ != curWindow && needWaitLayout) { in NotifyOccupiedAreaChangeInfo()782 displayAreaWindow_.ToString().c_str(), curWindow.ToString().c_str()); in NotifyOccupiedAreaChangeInfo()822 auto curWindow = pipeline->GetCurrentWindowRect(); in InnerNotifyOccupiedAreaChangeInfo() local824 if (curWindow.Bottom() >= displayArea_.Bottom()) { in InnerNotifyOccupiedAreaChangeInfo()825 int32_t spaceWindow = std::max(curWindow.Bottom() - displayArea_.Bottom(), 0.0); in InnerNotifyOccupiedAreaChangeInfo()828 keyboardHeight = keyboardHeight + (displayArea_.Bottom() - curWindow.Bottom()); in InnerNotifyOccupiedAreaChangeInfo()836 … keyboardHeight, displayArea_.ToString().c_str(), curWindow.ToString().c_str(), GetSessionId()); in InnerNotifyOccupiedAreaChangeInfo()
620 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea() local621 displayArea_ = displayArea + OffsetF(curWindow.Left(), curWindow.Top()); in NotifyDisplayArea()677 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo() local678 int32_t spaceWindow = std::max(curWindow.Bottom() - displayArea_.Bottom(), .0); in NotifyOccupiedAreaChangeInfo()
434 auto curWindow = context->GetCurrentWindowRect(); in OnSizeChange() local435 positionY -= curWindow.Top(); in OnSizeChange()