Searched refs:PointerCaptureSession (Results 1 – 3 of 3) sorted by relevance
44 try (PointerCaptureSession session = new PointerCaptureSession()) { in testAllMotions()
61 try (PointerCaptureSession session = new PointerCaptureSession()) { in testAllTouch()
405 protected class PointerCaptureSession implements AutoCloseable { class in InputTestCase406 protected PointerCaptureSession() { in PointerCaptureSession() method in InputTestCase.PointerCaptureSession