Home
last modified time | relevance | path

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

/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_XNode/ace_ets_module_XNode_api12/entry/src/main/ets/MainAbility/pages/FrameNode/
DgetPosition.ets114 getPositionToWindowWithTransform()
116 let positionToWindowWithTransform = this.frameNode?.getPositionToWindowWithTransform();
117 …console.log(TEST_TAG + " getPositionToWindowWithTransform " + JSON.stringify(positionToWindowWithT…
157 @State getPositionToWindowWithTransform : string | undefined = 'getPositionToWindowWithTransform';
181 Button("getPositionToWindowWithTransform")
182 .id("getPositionToWindowWithTransform")
185 this.myNodeController.getPositionToWindowWithTransform();
186 …this.getPositionToWindowWithTransform = this.myNodeController.frameNode?.getPositionToWindowWithTr…
206 Text(this.getPositionToWindowWithTransform)
/test/xts/acts/arkui/ace_ets_module_ui/ace_ets_module_XNode/ace_ets_module_XNode_api12/entry/src/main/ets/test/FrameNodeTest/
DgetPosition.test.ets102 let button = await driver.findComponent(ON.id('getPositionToWindowWithTransform'));
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
Darkoala_api.h4533 void (*getPositionToWindowWithTransform)( member