Searched refs:sendTap (Results 1 – 3 of 3) sorted by relevance
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/ |
D | ASurfaceControlInputReceiverTest.java | 21 import static android.server.wm.CtsWindowInfoUtils.sendTap; 138 sendTap(InstrumentationRegistry.getInstrumentation(), tapCoord); in testLocalASurfaceControlReceivesInput() 191 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testRemoteASurfaceControlReceivesInput() 232 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromHostToEmbedded() 272 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromHostToEmbeddedRemote() 313 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromEmbeddedToHost() 347 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromEmbeddedToHostRemote()
|
D | SurfaceControlInputReceiverTests.java | 22 import static android.server.wm.CtsWindowInfoUtils.sendTap; 228 sendTap(InstrumentationRegistry.getInstrumentation(), tapCoord); in testRemoteSurfaceControlReceivesInput() 391 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromHostToEmbeddedRemote() 481 sendTap(InstrumentationRegistry.getInstrumentation(), coord); in testTransferGestureFromEmbeddedToHostRemote()
|
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/ |
D | CtsWindowInfoUtils.java | 474 sendTap(instrumentation, coord); in tapOnWindowCenter() 504 sendTap(instrumentation, coord); in tapOnWindow() 579 public static void sendTap(Instrumentation instrumentation, Point coord) { in sendTap() method
|