Home
last modified time | relevance | path

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

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DASurfaceControlInputReceiverTest.java21 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()
DSurfaceControlInputReceiverTests.java22 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/
DCtsWindowInfoUtils.java474 sendTap(instrumentation, coord); in tapOnWindowCenter()
504 sendTap(instrumentation, coord); in tapOnWindow()
579 public static void sendTap(Instrumentation instrumentation, Point coord) { in sendTap() method