Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/cts/
DViewAnimationMatrixTest.java72 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