Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DUiObject.java113 InteractionController getInteractionController() { in getInteractionController() method in UiObject
114 return getDevice().getInteractionController(); in getInteractionController()
198 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), in dragTo()
218 return getInteractionController().swipe(srcRect.centerX(), srcRect.centerY(), destX, destY, in dragTo()
247 return getInteractionController().swipe(rect.centerX(), in swipeUp()
279 return getInteractionController().swipe(rect.centerX(), in swipeDown()
311 return getInteractionController().swipe(rect.right - SWIPE_MARGIN_LIMIT, in swipeLeft()
342 return getInteractionController().swipe(rect.left + SWIPE_MARGIN_LIMIT, in swipeRight()
378 return getInteractionController().clickAndSync(rect.centerX(), rect.centerY(), in click()
419 return getInteractionController().clickAndWaitForNewWindow(rect.centerX(), rect.centerY(), in clickAndWaitForNewWindow()
[all …]
DUiDevice.java374 return getInteractionController().sendKeyAndWaitForEvent( in pressMenu()
386 return getInteractionController().sendKeyAndWaitForEvent( in pressBack()
398 return getInteractionController().sendKeyAndWaitForEvent( in pressHome()
525 return getInteractionController().sendKeys(keyCodes, metaState); in pressKeyCodes()
622 return getInteractionController().clickNoSync(x, y); in click()
640 return getInteractionController() in swipe()
661 return getInteractionController() in drag()
677 return getInteractionController().swipe(segments, segmentSteps); in swipe()
1157 if(getInteractionController().wakeDevice()) { in wakeUp()
1171 return getInteractionController().isScreenOn(); in isScreenOn()
[all …]
DUiScrollable.java374 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollForward()
448 return getInteractionController().scrollSwipe(downX, downY, upX, upY, steps); in scrollBackward()