Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DMockScrollCaptureCallback.java80 void completeImageRequest(Rect captured) { in completeImageRequest() argument
82 mImageOnComplete.accept(captured); in completeImageRequest()
/cts/tools/cts-api-coverage/proto/
Dcts_report.proto336 // Set of values captured when running the PTS test.
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DStylusHandwritingTest.java576 MotionEvent captured = capturedIt.next(); in testHandwritingStylusEvents() local
577 assertEquals("X should be same for MotionEvent", injected.getX(), captured.getX(), in testHandwritingStylusEvents()
579 assertEquals("Y should be same for MotionEvent", injected.getY(), captured.getY(), in testHandwritingStylusEvents()
582 injected.getAction(), captured.getAction()); in testHandwritingStylusEvents()