Home
last modified time | relevance | path

Searched refs:getPositionToWindowWithTransform (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/docs/zh-cn/application-dev/ui/
H A Darkts-user-defined-arktsNode-frameNode.md647 …is-arkui/js-apis-arkui-frameNode.md#getpositiontoscreen12),[getPositionToWindowWithTransform](../r…
677 getPositionToWindowWithTransform()
679 …let positionToWindowWithTransform = this.rootNode?.getPositionToWindowWithTransform(); // 获取FrameN…
720 Button("getPositionToWindowWithTransform")
723 this.myNodeController.getPositionToWindowWithTransform();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_node/src/
H A Dframe_node.ts386 getPositionToWindowWithTransform(): Position {
387 …const position = getUINativeModule().frameNode.getPositionToWindowWithTransform(this.getNodePtr());
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_utils.cpp94 impl->getNodeModifiers()->getFrameNodeModifier()->getPositionToWindowWithTransform( in OH_ArkUI_NodeUtils_GetPositionWithTranslateInWindow()
/ohos5.0/docs/en/application-dev/ui/
H A Darkts-user-defined-arktsNode-frameNode.md647 …s-arkui/js-apis-arkui-frameNode.md#getpositiontoscreen12), [getPositionToWindowWithTransform](../r…
677 getPositionToWindowWithTransform()
679 …let positionToWindowWithTransform = this.rootNode?.getPositionToWindowWithTransform(); // Obtain t…
720 Button("getPositionToWindowWithTransform")
723 this.myNodeController.getPositionToWindowWithTransform();
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md413 ### getPositionToWindowWithTransform<sup>12+</sup>
415 getPositionToWindowWithTransform(): Position
773 …itionToParentWithTransform、getPositionToScreenWithTransform、getPositionToWindowWithTransform、getMe…
3272 getPositionToWindowWithTransform()
3274 let positionToWindowWithTransform = this.rootNode?.getPositionToWindowWithTransform();
3447 Button("getPositionToWindowWithTransform")
3450 this.myNodeController.getPositionToWindowWithTransform();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DjsXNode.js1057 getPositionToWindowWithTransform() { method in FrameNode
1058 …const position = getUINativeModule().frameNode.getPositionToWindowWithTransform(this.getNodePtr());
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-frameNode.md413 ### getPositionToWindowWithTransform<sup>12+</sup>
415 getPositionToWindowWithTransform(): Position
2818 getPositionToWindowWithTransform()
2820 let positionToWindowWithTransform = this.rootNode?.getPositionToWindowWithTransform();
2993 Button("getPositionToWindowWithTransform")
2996 this.myNodeController.getPositionToWindowWithTransform();
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_frame_node_bridge.cpp1046 GetArkUINodeModifiers()->getFrameNodeModifier()->getPositionToWindowWithTransform( in GetPositionToWindowWithTransform()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/cjui/
H A Dcjui_api.h2992 void (*getPositionToWindowWithTransform)( member
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h4807 void (*getPositionToWindowWithTransform)( member