Searched refs:moveToTopLeftCorner (Results 1 – 1 of 1) sorted by relevance
83 mRule.runOnUiThread(() -> view.setAnimationMatrix(moveToTopLeftCorner(view))); in testAnimationMatrixAppliedDuringDrawing()98 mRule.runOnUiThread(() -> view.setAnimationMatrix(moveToTopLeftCorner(view))); in testAnimationMatrixClearedWithPassingNull()108 private Matrix moveToTopLeftCorner(View view) { in moveToTopLeftCorner() method in ViewAnimationMatrixTest