Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java238 final long[] originDurations = new long[children.size()]; in testScaleCurrentDuration() local
240 originDurations[i] = children.get(i).getDuration(); in testScaleCurrentDuration()
247 assertEquals((long) (originDurations[i] * scaleFactor), children.get(i).getDuration()); in testScaleCurrentDuration()