Home
last modified time | relevance | path

Searched refs:curWindow (Results 1 - 3 of 3) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp595 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 Dsession_wrapper_impl.cpp804 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 Dui_content_impl.cpp421 auto curWindow = context->GetCurrentWindowRect(); in OnSizeChange() local
422 positionY -= curWindow.Top(); in OnSizeChange()

Completed in 11 milliseconds