Home
last modified time | relevance | path

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

/cts/tests/input/src/android/input/cts/
DTouchScreenTest.kt92 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()
DMotionEventIsResampledTest.kt85 val pointer = touchScreen.touchDown(x, y) in testIsResampled()
/cts/tests/tests/systemui/src/android/systemui/cts/
DTouchHelper.java44 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/
DWallpaperWindowInputTests.kt99 val pointer = touchScreen.touchDown(xOnScreen, yOnScreen) in checkWallpaperEvent()
/cts/libs/input/src/com/android/cts/input/
DUinputTouchDevice.kt191 fun touchDown(x: Int, y: Int): Pointer { in touchDown() method
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlViewHostTests.java282 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()