Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java520 Point startPoint = swipePoints.get(0); in swipe() local
524 mDevice.swipe(startPoint.x, startPoint.y, finishPoint.x, finishPoint.y, numOfSteps); in swipe()