Searched refs:captureView (Results 1 – 1 of 1) sorted by relevance
76 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