Home
last modified time | relevance | path

Searched refs:GetCurrentWindowRect (Results 1 - 25 of 30) sorted by relevance

12

/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_window.h37 MOCK_CONST_METHOD0(GetCurrentWindowRect, Rect());
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_pixel_unit_convert_ffi.cpp83 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale()
/foundation/arkui/ace_engine/frameworks/core/common/
H A Dwindow.h126 virtual Rect GetCurrentWindowRect() const in GetCurrentWindowRect() function in OHOS::OHOS::Ace::Window
/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/
H A Drender_ability_component.cpp94 auto parentWindowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in ConnectOrUpdateExtension()
/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dstylus_detector_mgr.cpp195 auto windowRect = pipeline->GetCurrentWindowRect(); in DeleteText()
237 auto windowRect = pipeline->GetCurrentWindowRect(); in ChoiceText()
291 auto windowRect = pipeline->GetCurrentWindowRect(); in InsertSpace()
325 auto windowRect = pipeline->GetCurrentWindowRect(); in MoveCursor()
/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()
/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_base.cpp788 auto windowRect = GetCurrentWindowRect(); in ModifyKeyboardHeight()
804 Rect PipelineBase::GetCurrentWindowRect() const in GetCurrentWindowRect() function in OHOS::Ace::PipelineBase
807 return window_->GetCurrentWindowRect(); in GetCurrentWindowRect()
H A Dpipeline_base.h1004 Rect GetCurrentWindowRect() const;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/
H A Dsecurity_session_wrapper_impl.cpp595 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea()
652 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo()
H A Dsession_wrapper_impl.cpp784 displayAreaWindow_ = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea()
851 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo()
894 auto curWindow = pipeline->GetCurrentWindowRect(); in InnerNotifyOccupiedAreaChangeInfo()
/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()
/foundation/arkui/ace_engine/frameworks/core/components/text/
H A Drender_text.cpp1005 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
1027 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp856 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetToNode()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_pattern.cpp498 auto windowOffset = pipeline->GetCurrentWindowRect().GetOffset(); in SetButtonPress()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/enhance/
H A Dcontainer_modal_pattern_enhance.cpp542 auto windowOffset = pipeline->GetCurrentWindowRect().GetOffset(); in CalculateMenuOffset()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/
H A Djsi_view_register.cpp1123 auto width = window->GetCurrentWindowRect().Width(); in Lpx2Px()
1157 auto width = window->GetCurrentWindowRect().Width(); in Px2Lpx()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/container_modal/
H A Dcontainer_modal_pattern.cpp936 auto curWindowRect = pipelineContext->GetCurrentWindowRect(); in CallSetContainerWindow()
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dinspector.cpp506 rectangle.screenRect = pipeline->GetCurrentWindowRect(); in GetRectangleById()
H A Dframe_node.cpp2898 auto window = pipelineContext->GetCurrentWindowRect(); in GetResponseRegionListByTraversal()
3178 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetPositionToScreen()
3210 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetPositionToScreenWithTransform()
4494 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetOffsetInScreen()
/foundation/arkui/ace_engine/test/mock/core/pipeline/
H A Dmock_pipeline_context.cpp1012 Rect PipelineBase::GetCurrentWindowRect() const in GetCurrentWindowRect() function in OHOS::OHOS::Ace::OHOS::Ace::PipelineBase
/foundation/arkui/ace_engine/frameworks/core/components/web/
H A Drender_web.cpp1029 auto rect = pipelineContext->GetCurrentWindowRect(); in OnDragWindowStartEvent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub_drag.cpp638 auto offset = window->GetCurrentWindowRect().GetOffset(); in OnDragStart()
H A Dfocus_hub.cpp1150 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset() + centerToWindow;
/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp291 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1666 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetRelativeToSubwindow()

Completed in 60 milliseconds

12