Searched refs:verifyMatrixMatches (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/transition/src/android/transition/cts/ |
D | ChangeImageTransformTest.java | 83 verifyMatrixMatches(centerMatrix(), mStartMatrix); in testCenterToFitXY() 84 verifyMatrixMatches(fitXYMatrix(), mEndMatrix); in testCenterToFitXY() 90 verifyMatrixMatches(centerCropMatrix(), mStartMatrix); in testCenterCropToFitCenter() 91 verifyMatrixMatches(fitCenterMatrix(), mEndMatrix); in testCenterCropToFitCenter() 98 verifyMatrixMatches(centerMatrix(), mStartMatrix); in testCenterInsideToFitEnd() 99 verifyMatrixMatches(fitEndMatrix(), mEndMatrix); in testCenterInsideToFitEnd() 105 verifyMatrixMatches(fitStartMatrix(), mStartMatrix); in testFitStartToCenter() 106 verifyMatrixMatches(centerMatrix(), mEndMatrix); in testFitStartToCenter() 112 verifyMatrixMatches(centerMatrix(), mStartMatrix); in testNoChange() 113 verifyMatrixMatches(centerMatrix(), mEndMatrix); in testNoChange() [all …]
|