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