Searched refs:testPoint (Results 1 – 1 of 1) sorted by relevance
/cts/tests/framework/base/windowmanager/src/android/server/wm/ |
D | WindowInputTests.java | 745 final Point testPoint = new Point(decorViewLocation[0] + decorView.getWidth() / 2, in testInjectFromThread() local 750 downTime, downTime, MotionEvent.ACTION_DOWN, testPoint.x, testPoint.y, 1); in testInjectFromThread() 760 downTime, eventTime, MotionEvent.ACTION_MOVE, testPoint.x, testPoint.y, 1); in testInjectFromThread()
|