Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java124 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
130 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
143 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
148 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
161 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
166 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
227 long startTime = anim.getStartTime(); in testRepeatAnimation()
249 startTime = anim.getStartTime(); in testRepeatAnimation()
286 startTime = anim.getStartTime(); in testRepeatAnimation()
308 startTime = anim.getStartTime(); in testRepeatAnimation()
[all …]
DDecelerateInterpolatorTest.java89 long startTime = anim.getStartTime(); in testDecelerateInterpolator()
123 startTime = anim.getStartTime(); in testDecelerateInterpolator()
DLayoutAnimationControllerTest.java87 long startTime = childAnimation1.getStartTime(); in testAccessOrder()
132 startTime = childAnimation1.getStartTime(); in testAccessOrder()
175 long startTime = childAnimation1.getStartTime(); in testAccessDelay()
274 long baseTime = animation.getStartTime() + animation.getStartOffset();
414 assertTrue(Animation.START_ON_FIRST_FRAME != controller.getAnimation().getStartTime());
417 assertEquals(Animation.START_ON_FIRST_FRAME, controller.getAnimation().getStartTime());
DAccelerateInterpolatorTest.java86 long startTime = anim.getStartTime(); in testAccelerateInterpolator()
120 startTime = anim.getStartTime(); in testAccelerateInterpolator()
DGridLayoutAnimationControllerTest.java121 long startTime = child1.getStartTime(); in assertChildrenDelay()
189 long startTime = childAnimation7.getStartTime();
237 startTime = childAnimation1.getStartTime();
351 long startTime = childAnimation1.getStartTime();
384 startTime = childAnimation1.getStartTime();
DRotateAnimationTest.java97 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstOrigin()
153 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstPoint()
DTranslateAnimationTest.java98 final long startTime = translateAnimation.getStartTime(); in testApplyTransformation()
166 final long startTime = translateAnimation.getStartTime(); in testInitialize()
DAnimationSetTest.java272 assertEquals(1000, animationSet.getStartTime()); in testAccessStartTime()
276 assertEquals(startTime, animationSet.getStartTime()); in testAccessStartTime()
280 assertEquals(startTime, children.get(i).getStartTime()); in testAccessStartTime()
293 final long startTime = animationSet.getStartTime(); in testGetTransformation()
DLinearInterpolatorTest.java84 final long startTime = anim.getStartTime(); in testLinearInterpolator()
DAccelerateDecelerateInterpolatorTest.java80 long startTime = anim.getStartTime(); in testAccelerateDecelerateInterpolator()
DCycleInterpolatorTest.java79 long startTime = anim.getStartTime(); in testCycyleInterpolator()
118 startTime = anim.getStartTime(); in testCycyleInterpolator()
DScaleAnimationTest.java117 long startTime = scaleAnimation.getStartTime();
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
DITestSummary.java58 public String getStartTime(); in getStartTime() method
DTestSummaryXml.java131 public String getStartTime() { in getStartTime() method in TestSummaryXml
DTest.java120 public String getStartTime() { in getStartTime() method in Test
DCtsXmlResultReporter.java150 mStartTime = resultRepo.getSummaries().get(mContinueSessionId).getStartTime(); in invocationStarted()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java211 assertEquals(1L, animation.getStartTime()); in testStartAnimation()
213 assertEquals(Animation.START_ON_FIRST_FRAME, animation.getStartTime()); in testStartAnimation()