Home
last modified time | relevance | path

Searched defs:subwindowOffset (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/toast/
H A Dtoast_pattern.cpp138 auto subwindowOffset = nodeContext->GetDisplayWindowRectInfo().GetOffset(); in OnDirtyLayoutWrapperSwap() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_manager.cpp1694 auto subwindowOffset = subwindow->GetRect().GetOffset(); in GetTouchOffsetRelativeToSubwindow() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.cpp4538 OffsetF FrameNode::GetOffsetInSubwindow(const OffsetF& subwindowOffset) in GetOffsetInSubwindow()