Home
last modified time | relevance | path

Searched refs:GetCurrentWindowRect (Results 1 – 25 of 28) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.h37 MOCK_CONST_METHOD0(GetCurrentWindowRect, Rect());
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pixel_unit_convert_ffi.cpp85 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp97 auto parentWindowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in ConnectOrUpdateExtension()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h123 virtual Rect GetCurrentWindowRect() const in GetCurrentWindowRect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/
H A Drender_gesture_listener.cpp62 auto rect = pipelineContext->GetCurrentWindowRect(); in SetDragCallBack()
85 auto rect = pipelineContext->GetCurrentWindowRect(); in SetDragCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp783 auto windowRect = GetCurrentWindowRect(); in ModifyKeyboardHeight()
799 Rect PipelineBase::GetCurrentWindowRect() const in GetCurrentWindowRect() function in OHOS::Ace::PipelineBase
802 return window_->GetCurrentWindowRect(); in GetCurrentWindowRect()
H A Dpipeline_base.h1025 Rect GetCurrentWindowRect() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsession_wrapper_impl.cpp712 displayAreaWindow_ = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea()
778 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo()
822 auto curWindow = pipeline->GetCurrentWindowRect(); in InnerNotifyOccupiedAreaChangeInfo()
H A Dsecurity_session_wrapper_impl.cpp620 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea()
677 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/image/
H A Drender_image.cpp940 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
967 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1011 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
1033 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp455 auto windowOffset = pipeline->GetCurrentWindowRect().GetOffset(); in SetButtonPress()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp554 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetCurrentWindowOffset()
H A Ddrag_drop_manager.cpp1684 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetRelativeToSubwindow()
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp861 Rect PipelineBase::GetCurrentWindowRect() const in GetCurrentWindowRect() function in OHOS::Ace::PipelineBase
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp870 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetToNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1134 auto width = window->GetCurrentWindowRect().Width(); in Lpx2Px()
1168 auto width = window->GetCurrentWindowRect().Width(); in Px2Lpx()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp497 rectangle.screenRect = pipeline->GetCurrentWindowRect(); in GetRectangleById()
H A Dframe_node.cpp2993 auto window = pipelineContext->GetCurrentWindowRect(); in GetResponseRegionListByTraversal()
3265 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetPositionToScreen()
3286 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetPositionToScreenWithTransform()
4533 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetOffsetInScreen()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1030 auto rect = pipelineContext->GetCurrentWindowRect(); in OnDragWindowStartEvent()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp291 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dfocus_hub.cpp1164 … auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset() + centerToWindow; in OnClick()
H A Dgesture_event_hub.cpp1066 auto offset = window->GetCurrentWindowRect().GetOffset(); in OnDragStart()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp1442 auto curWindowRect = pipeline->GetCurrentWindowRect(); in GetDefaultButtonAndMenuWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_common_bridge.cpp7877 width = window->GetCurrentWindowRect().Width(); in GetWindowWidthBreakpoint()
7879 width = window->GetCurrentWindowRect().Width() / density; in GetWindowWidthBreakpoint()
7905 auto width = window->GetCurrentWindowRect().Width(); in GetWindowHeightBreakpoint()
7906 auto height = window->GetCurrentWindowRect().Height(); in GetWindowHeightBreakpoint()

12