Home
last modified time | relevance | path

Searched refs:tapOnWindowCenter (Results 1 – 2 of 2) sorted by relevance

/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceControlInputReceiverTests.java23 import static android.server.wm.CtsWindowInfoUtils.tapOnWindowCenter;
153 tapOnWindowCenter(InstrumentationRegistry.getInstrumentation(), in testLocalSurfaceControlReceivesInput()
283 tapOnWindowCenter(InstrumentationRegistry.getInstrumentation(), in testNonBatchedSurfaceControlReceivesInput()
322 tapOnWindowCenter(InstrumentationRegistry.getInstrumentation(), in testTransferGestureFromHostToEmbedded()
428 tapOnWindowCenter(InstrumentationRegistry.getInstrumentation(), in testTransferGestureFromEmbeddedToHost()
/cts/tests/framework/base/windowmanager/util/src/android/server/wm/
DCtsWindowInfoUtils.java464 public static boolean tapOnWindowCenter(Instrumentation instrumentation, in tapOnWindowCenter() method