/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | mock_window.h | 37 MOCK_CONST_METHOD0(GetCurrentWindowRect, Rect());
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_pixel_unit_convert_ffi.cpp | 85 auto width = window->GetCurrentWindowRect().Width(); in GetdesignWidthScale()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/ability_component/ |
H A D | render_ability_component.cpp | 97 auto parentWindowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in ConnectOrUpdateExtension()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ |
H A D | window.h | 123 virtual Rect GetCurrentWindowRect() const in GetCurrentWindowRect() function
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/gesture_listener/ |
H A D | render_gesture_listener.cpp | 62 auto rect = pipelineContext->GetCurrentWindowRect(); in SetDragCallBack() 85 auto rect = pipelineContext->GetCurrentWindowRect(); in SetDragCallBack()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 783 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 D | pipeline_base.h | 1025 Rect GetCurrentWindowRect() const;
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/ui_extension/ |
H A D | session_wrapper_impl.cpp | 712 displayAreaWindow_ = pipeline->GetCurrentWindowRect(); in NotifyDisplayArea() 778 auto curWindow = pipeline->GetCurrentWindowRect(); in NotifyOccupiedAreaChangeInfo() 822 auto curWindow = pipeline->GetCurrentWindowRect(); in InnerNotifyOccupiedAreaChangeInfo()
|
H A D | security_session_wrapper_impl.cpp | 620 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 D | render_image.cpp | 940 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 D | render_text.cpp | 1011 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 D | button_pattern.cpp | 455 auto windowOffset = pipeline->GetCurrentWindowRect().GetOffset(); in SetButtonPress()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/ |
H A D | drag_drop_func_wrapper.cpp | 554 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetCurrentWindowOffset()
|
H A D | drag_drop_manager.cpp | 1684 auto windowOffset = window->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetRelativeToSubwindow()
|
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 861 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 D | patternlock_pattern.cpp | 870 auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset(); in GetTouchOffsetToNode()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
H A D | jsi_view_register.cpp | 1134 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 D | inspector.cpp | 497 rectangle.screenRect = pipeline->GetCurrentWindowRect(); in GetRectangleById()
|
H A D | frame_node.cpp | 2993 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 D | render_web.cpp | 1030 auto rect = pipelineContext->GetCurrentWindowRect(); in OnDragWindowStartEvent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/ |
H A D | render_box.cpp | 291 auto rect = pipelineContext->GetCurrentWindowRect(); in PanOnActionStart()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | focus_hub.cpp | 1164 … auto windowOffset = pipelineContext->GetCurrentWindowRect().GetOffset() + centerToWindow; in OnClick()
|
H A D | gesture_event_hub.cpp | 1066 auto offset = window->GetCurrentWindowRect().GetOffset(); in OnDragStart()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 1442 auto curWindowRect = pipeline->GetCurrentWindowRect(); in GetDefaultButtonAndMenuWidth()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_common_bridge.cpp | 7877 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()
|