Home
last modified time | relevance | path

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

/test/uiautomator/uiautomator/src/main/java/androidx/test/uiautomator/
DGestures.java31 private static final int INNER = 0; field in Gestures
162 swipe(bottomLeft[OUTER], bottomLeft[INNER], speed).pause(250), in pinchClose()
163 swipe(topRight[OUTER], topRight[INNER], speed).pause(250) in pinchClose()
183 swipe(bottomLeft[INNER], bottomLeft[OUTER], speed), in pinchOpen()
184 swipe(topRight[INNER], topRight[OUTER], speed) in pinchOpen()
200 bottomLeft[INNER] = new Point(bottomLeft[OUTER]); in calcPinchCoordinates()
201 bottomLeft[INNER].offset(offsetX, -offsetY); in calcPinchCoordinates()
202 topRight[INNER] = new Point(topRight[OUTER]); in calcPinchCoordinates()
203 topRight[INNER].offset(-offsetX, offsetY); in calcPinchCoordinates()