Searched refs:getPositionToWindowWithTransform (Results 1 – 3 of 3) sorted by relevance
114 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)
102 let button = await driver.findComponent(ON.id('getPositionToWindowWithTransform'));
4533 void (*getPositionToWindowWithTransform)( member