Home
last modified time | relevance | path

Searched refs:GetOffsetRelativeToWindow (Results 1 – 23 of 23) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/xcomponent/
H A Dxcomponent_controller_ng.cpp33 auto globalPostion = pattern->GetOffsetRelativeToWindow(); in GetGlobalPosition()
H A Dxcomponent_pattern.h197 OffsetF GetOffsetRelativeToWindow();
H A Dxcomponent_pattern.cpp1328 OffsetF XComponentPattern::GetOffsetRelativeToWindow() in GetOffsetRelativeToWindow() function in OHOS::Ace::NG::XComponentPattern
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/property/
H A Dgrid_property.cpp130 return framenode->GetOffsetRelativeToWindow(); in GetContainerPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Devent_hub.cpp108 eventTarget.origin = DimensionOffset(host->GetOffsetRelativeToWindow() - offset); in CreateGetEventTargetImpl()
H A Dgesture_event_hub.cpp1522 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 Dnav_bar_pattern.cpp339 auto imgOffset = imageFrameNode->GetOffsetRelativeToWindow(); in GetShowMenuOffset()
H A Dnavigation_toolbar_util.cpp420 auto imgOffset = imageFrameNode->GetOffsetRelativeToWindow(); in BuildToolbarMoreMenuNodeAction()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp264 auto offset = currentNode->GetOffsetRelativeToWindow(); in GetPositionToWindow()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp772 .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 Dframe_node.h440 OffsetF GetOffsetRelativeToWindow() const;
H A Dinspector.cpp494 rectangle.windowOffset = frameNode->GetOffsetRelativeToWindow(); in GetRectangleById()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/wrapper/
H A Dmenu_wrapper_pattern.cpp85 auto offset = DynamicCast<FrameNode>(innerMenuNode)->GetOffsetRelativeToWindow(); in GetMenuZone()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_pattern.cpp115 auto offsetRelativeToWindow = host->GetOffsetRelativeToWindow(); in OnDirtyLayoutWrapperSwap()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/calendar_picker/
H A Dcalendar_picker_pattern.cpp1059 auto hostOffset = host->GetOffsetRelativeToWindow(); in CalculateDialogOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Doverlay_manager.cpp5670 …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 Dsheet_presentation_pattern.cpp2279 auto parertOffset = overlayNode->GetOffsetRelativeToWindow(); in GetSheetTypeWithAuto()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/layout/
H A Dlayout_property.cpp525 auto parentOffset = parent->GetOffsetRelativeToWindow(); in UpdateGridOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dselect_overlay_node.cpp541 return page->GetOffsetRelativeToWindow(); in GetPageOffset()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/bubble/
H A Dbubble_layout_algorithm.cpp404 auto overlayGlobalOffset = bubbleNode->GetOffsetRelativeToWindow(); in BubbleAvoidanceRule()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/
H A Dtext_pattern.cpp3376 …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 Dweb_pattern.cpp1050 auto offset = frameNode->GetOffsetRelativeToWindow(); in HandleScaleGestureChange()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp7199 auto offsetToWindow = host->GetOffsetRelativeToWindow(); in OnBackPressed()