Home
last modified time | relevance | path

Searched refs:GetPositionToWindowWithTransform (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dframe_node_modifier.cpp302 void GetPositionToWindowWithTransform(ArkUINodeHandle node, ArkUI_Float32 (*windowPosition)[2], Ark… in GetPositionToWindowWithTransform() function
306 auto offset = currentNode->GetPositionToWindowWithTransform(); in GetPositionToWindowWithTransform()
608 …tPositionToParentWithTransform, GetPositionToScreenWithTransform, GetPositionToWindowWithTransform, in GetFrameNodeModifier()
624 …tPositionToParentWithTransform, GetPositionToScreenWithTransform, GetPositionToWindowWithTransform, in GetCJUIFrameNodeModifier()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.h76 …static ArkUINativeModuleValue GetPositionToWindowWithTransform(ArkUIRuntimeCallInfo* runtimeCallIn…
H A Darkts_native_frame_node_bridge.cpp1037 ArkUINativeModuleValue FrameNodeBridge::GetPositionToWindowWithTransform(ArkUIRuntimeCallInfo* runt… in GetPositionToWindowWithTransform() function in OHOS::Ace::NG::FrameNodeBridge
H A Darkts_native_api_impl_bridge.cpp3727 …nctionRef::New(const_cast<panda::EcmaVM*>(vm), FrameNodeBridge::GetPositionToWindowWithTransform)); in RegisterFrameNodeAttributes()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/drag_drop/
H A Ddrag_drop_func_wrapper.cpp569 auto offset = frameNode->GetPositionToWindowWithTransform(); in GetFrameNodeOffsetToScreen()
596 offset -= parentNode->GetPositionToWindowWithTransform(); in UpdateNodePositionToWindow()
H A Ddrag_drop_manager.cpp1656 dragPreviewInfo.originOffset = imageNode->GetPositionToWindowWithTransform(); in GetDragPreviewInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_manager.cpp211 auto caretRect = textBase->GetCaretRect() + frameNode->GetPositionToWindowWithTransform(); in ScrollToSafeAreaHelper()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/patternlock/
H A Dpatternlock_pattern.cpp871 OffsetF nodeOffset = host->GetPositionToWindowWithTransform(); in GetTouchOffsetToNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/base/
H A Dframe_node.h448 OffsetF GetPositionToWindowWithTransform(bool fromBottom = false) const;
H A Dframe_node.cpp3287 OffsetF nodeOffset = GetPositionToWindowWithTransform(); in GetPositionToScreenWithTransform()
3292 OffsetF FrameNode::GetPositionToWindowWithTransform(bool fromBottom) const in GetPositionToWindowWithTransform() function in OHOS::Ace::NG::FrameNode
3736 auto parentOffset = GetPositionToWindowWithTransform(); in FindChildByPositionWithoutChildTransform()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/base/
H A Dframe_node_test_ng_new.cpp1171 auto windowOffsetWithTransform = FRAME_NODE2->GetPositionToWindowWithTransform();
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dgesture_event_hub.cpp1034 auto originPoint = imageNode->GetPositionToWindowWithTransform(); in OnDragStart()
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Djs_accessibility_manager.cpp1654 auto offset = node->GetPositionToWindowWithTransform(false); in GetFinalRealRect()
1655 auto offsetBottom = node->GetPositionToWindowWithTransform(true); in GetFinalRealRect()