Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java323 assertGetTransformation(animationSet, startTime, true); in testGetTransformation()
324 assertGetTransformation(animationSet, startTime + 100, true); in testGetTransformation()
325 assertGetTransformation(animationSet, startTime + animationSet.getDuration(), false); in testGetTransformation()
328 private void assertGetTransformation(final AnimationSet animationSet, in assertGetTransformation() method in AnimationSetTest