/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/ |
H A D | xcomponent_controller_ng.cpp | 33 auto globalPostion = pattern->GetOffsetRelativeToWindow(); in GetGlobalPosition()
|
H A D | xcomponent_pattern.h | 197 OffsetF GetOffsetRelativeToWindow();
|
H A D | xcomponent_pattern.cpp | 1328 OffsetF XComponentPattern::GetOffsetRelativeToWindow() in GetOffsetRelativeToWindow() function in OHOS::Ace::NG::XComponentPattern
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/ |
H A D | grid_property.cpp | 130 return framenode->GetOffsetRelativeToWindow(); in GetContainerPosition()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/ |
H A D | event_hub.cpp | 108 eventTarget.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in CreateGetEventTargetImpl()
|
H A D | gesture_event_hub.cpp | 1522 clickEventTarget.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in ActClick() 1561 longPressTarget.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in ActLongClick() 1613 target.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in KeyBoardShortCutClick()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | nav_bar_pattern.cpp | 339 auto imgOffset = imageFrameNode->GetOffsetRelativeToWindow(); in GetShowMenuOffset()
|
H A D | navigation_toolbar_util.cpp | 420 auto imgOffset = imageFrameNode->GetOffsetRelativeToWindow(); in BuildToolbarMoreMenuNodeAction()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | frame_node_modifier.cpp | 264 auto offset = currentNode->GetOffsetRelativeToWindow(); in GetPositionToWindow()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | frame_node.cpp | 772 .append(std::to_string(GetOffsetRelativeToWindow().GetY())) in DumpCommonInfo() 774 .append(std::to_string(GetOffsetRelativeToWindow().GetX()))); in DumpCommonInfo() 917 auto offset = GetOffsetRelativeToWindow(); in DumpSimplifyCommonInfo() 3225 OffsetF FrameNode::GetOffsetRelativeToWindow() const in GetOffsetRelativeToWindow() function in OHOS::Ace::NG::FrameNode 3262 auto offsetCurrent = GetOffsetRelativeToWindow(); in GetPositionToScreen() 3717 globalFrameRect.SetOffset(child->GetOffsetRelativeToWindow()); in FindChildByPosition()
|
H A D | frame_node.h | 440 OffsetF GetOffsetRelativeToWindow() const;
|
H A D | inspector.cpp | 494 rectangle.windowOffset = frameNode->GetOffsetRelativeToWindow(); in GetRectangleById()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/ |
H A D | menu_wrapper_pattern.cpp | 85 auto offset = DynamicCast<FrameNode>(innerMenuNode)->GetOffsetRelativeToWindow(); in GetMenuZone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_pattern.cpp | 115 auto offsetRelativeToWindow = host->GetOffsetRelativeToWindow(); in OnDirtyLayoutWrapperSwap()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/ |
H A D | calendar_picker_pattern.cpp | 1059 auto hostOffset = host->GetOffsetRelativeToWindow(); in CalculateDialogOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | overlay_manager.cpp | 5670 …auto coordinateX = imageNode->GetOffsetRelativeToWindow().GetX() - frameNode->GetOffsetRelativeToW… in RemovePixelMapAnimation() 5671 …auto coordinateY = imageNode->GetOffsetRelativeToWindow().GetY() - frameNode->GetOffsetRelativeToW… in RemovePixelMapAnimation() 6561 auto rect = imageNode->GetOffsetRelativeToWindow(); in UpdatePixelMapPosition()
|
H A D | sheet_presentation_pattern.cpp | 2279 auto parertOffset = overlayNode->GetOffsetRelativeToWindow(); in GetSheetTypeWithAuto()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/ |
H A D | layout_property.cpp | 525 auto parentOffset = parent->GetOffsetRelativeToWindow(); in UpdateGridOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/ |
H A D | select_overlay_node.cpp | 541 return page->GetOffsetRelativeToWindow(); in GetPageOffset()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/ |
H A D | bubble_layout_algorithm.cpp | 404 auto overlayGlobalOffset = bubbleNode->GetOffsetRelativeToWindow(); in BubbleAvoidanceRule()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/ |
H A D | text_pattern.cpp | 3376 …std::max(-1 * host->GetOffsetRelativeToWindow().GetX(), rect.GetOffset().GetX() - pManager_->GetTe… in ProcessBoundRectByTextMarquee()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/ |
H A D | web_pattern.cpp | 1050 auto offset = frameNode->GetOffsetRelativeToWindow(); in HandleScaleGestureChange()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/ |
H A D | text_field_pattern.cpp | 7199 auto offsetToWindow = host->GetOffsetRelativeToWindow(); in OnBackPressed()
|