Home
last modified time | relevance | path

Searched defs:startTime (Results 1 – 12 of 12) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DLayoutAnimationControllerTest.java105 long startTime = childAnimation1.getStartTime(); in testAccessOrder() local
205 long startTime = childAnimation1.getStartTime(); in testAccessDelay() local
DTranslateAnimationTest.java139 final long startTime = translateAnimation.getStartTime(); in testApplyTransformation() local
212 final long startTime = translateAnimation.getStartTime(); in testInitialize() local
DRotateAnimationTest.java141 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstOrigin() local
209 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstPoint() local
DAccelerateInterpolatorTest.java115 long startTime = anim.getStartTime(); in testAccelerateInterpolator() local
DAnimationTest.java375 long startTime = anim.getStartTime(); in testRepeatAnimation() local
511 long startTime = animation.getStartTime(); in testAccessStartOffset() local
649 long startTime = anim.getStartTime(); in testGetTransformation() local
DAnimationSetTest.java377 final long startTime = 200; in testAccessStartTime() local
401 final long startTime = animationSet.getStartTime(); in testGetTransformation() local
507 final long startTime = 0; in testClone() local
DLinearInterpolatorTest.java106 final long startTime = anim.getStartTime(); in testLinearInterpolator() local
DAccelerateDecelerateInterpolatorTest.java105 long startTime = anim.getStartTime(); in testAccelerateDecelerateInterpolator() local
DDecelerateInterpolatorTest.java121 long startTime = anim.getStartTime(); in testDecelerateInterpolator() local
DGridLayoutAnimationControllerTest.java165 long startTime = child1.getStartTime(); in assertChildrenDelay() local
DCycleInterpolatorTest.java96 long startTime = anim.getStartTime(); in testCycyleInterpolator() local
/cts/tools/host/src/com/android/cts/
DTestSession.java439 long startTime = getSessionLog().getStartTime().getTime(); in run() local
506 private void displayTimeInfo(final long startTime, final long endTime) { in displayTimeInfo()