Searched refs:curWindow (Results 1 - 3 of 3) sorted by relevance
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | security_session_wrapper_impl.cpp | 595 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea() local 596 displayArea_ = displayArea + OffsetF(curWindow.Left(), curWindow.Top()); in NotifyDisplayArea() 652 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo() local 653 int32_t spaceWindow = std::max(curWindow.Bottom() - displayArea_.Bottom(), .0); in NotifyOccupiedAreaChangeInfo()
|
H A D | session_wrapper_impl.cpp | 804 ACE_SCOPED_TRACE("NotifyDisplayArea displayArea[%s], curWindow[%s], reason[%d], duration[%d]", in NotifyDisplayArea() 806 UIEXT_LOGI("NotifyDisplayArea displayArea = %{public}s, curWindow = %{public}s, " in NotifyDisplayArea() 851 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo() local 853 if (displayAreaWindow_ != curWindow && needWaitLayout) { in NotifyOccupiedAreaChangeInfo() 854 UIEXT_LOGI("OccupiedArea wait layout, displayAreaWindow: %{public}s, curWindow = %{public}s", in NotifyOccupiedAreaChangeInfo() 855 displayAreaWindow_.ToString().c_str(), curWindow.ToString().c_str()); in NotifyOccupiedAreaChangeInfo() 894 auto curWindow = pipeline->GetCurrentWindowRect(); in InnerNotifyOccupiedAreaChangeInfo() local 896 if (curWindow.Bottom() >= displayArea_.Bottom()) { in InnerNotifyOccupiedAreaChangeInfo() 897 int32_t spaceWindow = std::max(curWindow.Bottom() - displayArea_.Bottom(), 0.0); in InnerNotifyOccupiedAreaChangeInfo() 900 keyboardHeight = keyboardHeight + (displayArea_.Bottom() - curWindow in InnerNotifyOccupiedAreaChangeInfo() [all...] |
/foundation/arkui/ace_engine/adapter/ohos/entrance/ |
H A D | ui_content_impl.cpp | 421 auto curWindow = context->GetCurrentWindowRect(); in OnSizeChange() local 422 positionY -= curWindow.Top(); in OnSizeChange()
|
Completed in 11 milliseconds