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