Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DTouchScreenTest.kt109 val pointer1 = touchScreen.touchDown(location1.x, location1.y) in testMultiTouch() constant
118 pointer1.moveTo(location1.x, location1.y) in testMultiTouch()
122 pointer1.lift() in testMultiTouch()
162 val pointer1 = touchScreen.touchDown(location1.x, location1.y) in testDevicePointerCancel() constant
167 pointer1.moveTo(location1.x, location1.y) in testDevicePointerCancel()
184 pointer1.lift() in testDevicePointerCancel()
/cts/hostsidetests/input/app/src/android/input/cts/hostside/app/
DEmulateInputDevice.kt137 val pointer1 = Point(700, 700) in <lambda>() constant
145 touchpad.sendDown(1, pointer1) in <lambda>()
152 pointer1.offset(20, 20) in <lambda>()
153 touchpad.sendMove(1, pointer1) in <lambda>()
/cts/tests/tests/car/src/android/car/cts/
DCarInputTest.java467 var pointer1 = getDisplayCenter(passengerActivity.get()); in doTestMultiTouchForAnyPassenger() local
470 var pointers = new Point[]{pointer1, pointer2}; in doTestMultiTouchForAnyPassenger()
472 injectTouchByShell(mPassengerZoneInfo, MotionEvent.ACTION_DOWN, pointer1); in doTestMultiTouchForAnyPassenger()
498 injectTouchByShell(mPassengerZoneInfo, MotionEvent.ACTION_UP, pointer1); in doTestMultiTouchForAnyPassenger()