Home
last modified time | relevance | path

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

/cts/tests/tests/hardware/src/android/hardware/input/cts/tests/
DMicrosoftSculpttouchTest.java44 try (PointerCaptureSession session = new PointerCaptureSession()) { in testAllMotions()
DSonyDualshock4BluetoothTest.java61 try (PointerCaptureSession session = new PointerCaptureSession()) { in testAllTouch()
DInputTestCase.java405 protected class PointerCaptureSession implements AutoCloseable { class in InputTestCase
406 protected PointerCaptureSession() { in PointerCaptureSession() method in InputTestCase.PointerCaptureSession