Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java127 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
133 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
146 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
151 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
164 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
169 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
230 long startTime = anim.getStartTime(); in testRepeatAnimation()
252 startTime = anim.getStartTime(); in testRepeatAnimation()
289 startTime = anim.getStartTime(); in testRepeatAnimation()
311 startTime = anim.getStartTime(); in testRepeatAnimation()
[all …]
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());
DDecelerateInterpolatorTest.java89 long startTime = anim.getStartTime(); in testDecelerateInterpolator()
123 startTime = anim.getStartTime(); in testDecelerateInterpolator()
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()
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()
DTranslateAnimationTest.java98 final long startTime = translateAnimation.getStartTime(); in testApplyTransformation()
166 final long startTime = translateAnimation.getStartTime(); in testInitialize()
DCycleInterpolatorTest.java79 long startTime = anim.getStartTime(); in testCycyleInterpolator()
118 startTime = anim.getStartTime(); in testCycyleInterpolator()
DLinearInterpolatorTest.java84 final long startTime = anim.getStartTime(); in testLinearInterpolator()
DAccelerateDecelerateInterpolatorTest.java80 long startTime = anim.getStartTime(); in testAccelerateDecelerateInterpolator()
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.java107 public String getStartTime() { in getStartTime() method in Test
DCtsXmlResultReporter.java152 mStartTime = resultRepo.getSummaries().get(mContinueSessionId).getStartTime(); in invocationStarted()
/cts/common/util/src/com/android/compatibility/common/util/
DIInvocationResult.java31 long getStartTime(); in getStartTime() method
DInvocationResult.java113 public long getStartTime() { in getStartTime() method in InvocationResult
DResultHandler.java209 return Long.compare(result1.getStartTime(), result2.getStartTime()); in getResults()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DResultReporter.java202 mResult.setStartTime(mBuildHelper.getStartTime()); in initializeResultDirectories()
224 CompatibilityBuildHelper.getDirSuffix(mBuildHelper.getStartTime())); in initializeResultDirectories()
449 long startTime = mResult.getStartTime(); in finalizeResults()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java177 assertEquals(start, strokeDescription.getStartTime()); in testStrokeDescriptionGetters_workAsExpected()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java148 public long getStartTime() { in getStartTime() method in CompatibilityBuildHelper
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java343 CompatibilityBuildHelper.getDirSuffix(result.getStartTime()), in listResults()
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java250 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/
DCompatibilityTest.java538 CompatibilityBuildHelper.getDirSuffix(result.getStartTime())); in setupFilters()

12