Searched refs:touchDown (Results 1 – 6 of 6) sorted by relevance
/cts/tests/input/src/android/input/cts/ |
D | TouchScreenTest.kt | 92 val pointer = touchScreen.touchDown(x, y) in testSingleTouch() 109 val pointer1 = touchScreen.touchDown(location1.x, location1.y) in testMultiTouch() 113 val pointer2 = touchScreen.touchDown(location2.x, location2.y) in testMultiTouch() 136 val pointer = touchScreen.touchDown(location.x, location.y) in testDeviceCancel() 162 val pointer1 = touchScreen.touchDown(location1.x, location1.y) in testDevicePointerCancel() 171 val pointer2 = touchScreen.touchDown(location2.x, location2.y) in testDevicePointerCancel() 261 val pointer = touchScreen.touchDown(location.x, location.y) in testEventTime()
|
D | MotionEventIsResampledTest.kt | 85 val pointer = touchScreen.touchDown(x, y) in testIsResampled()
|
/cts/tests/tests/systemui/src/android/systemui/cts/ |
D | TouchHelper.java | 44 if (touchDown(x, y)) { in click() 53 private boolean touchDown(int x, int y) { in touchDown() method in TouchHelper
|
/cts/tests/framework/base/windowmanager/src/android/server/wm/input/ |
D | WallpaperWindowInputTests.kt | 99 val pointer = touchScreen.touchDown(xOnScreen, yOnScreen) in checkWallpaperEvent()
|
/cts/libs/input/src/com/android/cts/input/ |
D | UinputTouchDevice.kt | 191 fun touchDown(x: Int, y: Int): Pointer { in touchDown() method
|
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | SurfaceControlViewHostTests.java | 282 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(location.x, location.y); in globalTapOnViewCenter() 289 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(center.x, center.y); in globalTapOnWindowCenter() 300 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(bounds.left, bounds.top); in globalTapOnWindowCorner() 499 UinputTouchDevice.Pointer pointer = mTouchScreen.touchDown(displayX, displayY); in testEmbeddedViewReceivesRawInputCoordinatesInDisplaySpace()
|