Searched refs:captured (Results 1 – 3 of 3) sorted by relevance
80 void completeImageRequest(Rect captured) { in completeImageRequest() argument82 mImageOnComplete.accept(captured); in completeImageRequest()
336 // Set of values captured when running the PTS test.
576 MotionEvent captured = capturedIt.next(); in testHandwritingStylusEvents() local577 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()