Searched refs:captureView (Results 1 – 1 of 1) sorted by relevance
87 Bitmap bitmap = captureView(root, view.getWidth(), view.getHeight()); in testAnimationMatrixAppliedDuringDrawing()102 Bitmap bitmap = captureView(root, view.getWidth(), view.getHeight()); in testAnimationMatrixClearedWithPassingNull()117 private Bitmap captureView(final View view, int width, int height) throws Throwable { in captureView() method in ViewAnimationMatrixTest