Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewAnimationMatrixTest.java76 Bitmap bitmap = captureView(root, view.getWidth(), view.getHeight()); in testAnimationMatrixAppliedDuringDrawing()
91 Bitmap bitmap = captureView(root, view.getWidth(), view.getHeight()); in testAnimationMatrixClearedWithPassingNull()
106 private Bitmap captureView(final View view, int width, int height) throws Throwable { in captureView() method in ViewAnimationMatrixTest