/cts/tests/tests/view/src/android/view/animation/cts/ |
D | AnimationTest.java | 127 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 …]
|
D | LayoutAnimationControllerTest.java | 87 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());
|
D | DecelerateInterpolatorTest.java | 89 long startTime = anim.getStartTime(); in testDecelerateInterpolator() 123 startTime = anim.getStartTime(); in testDecelerateInterpolator()
|
D | AccelerateInterpolatorTest.java | 86 long startTime = anim.getStartTime(); in testAccelerateInterpolator() 120 startTime = anim.getStartTime(); in testAccelerateInterpolator()
|
D | GridLayoutAnimationControllerTest.java | 121 long startTime = child1.getStartTime(); in assertChildrenDelay() 189 long startTime = childAnimation7.getStartTime(); 237 startTime = childAnimation1.getStartTime(); 351 long startTime = childAnimation1.getStartTime(); 384 startTime = childAnimation1.getStartTime();
|
D | RotateAnimationTest.java | 97 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstOrigin() 153 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstPoint()
|
D | AnimationSetTest.java | 272 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()
|
D | TranslateAnimationTest.java | 98 final long startTime = translateAnimation.getStartTime(); in testApplyTransformation() 166 final long startTime = translateAnimation.getStartTime(); in testInitialize()
|
D | CycleInterpolatorTest.java | 79 long startTime = anim.getStartTime(); in testCycyleInterpolator() 118 startTime = anim.getStartTime(); in testCycyleInterpolator()
|
D | LinearInterpolatorTest.java | 84 final long startTime = anim.getStartTime(); in testLinearInterpolator()
|
D | AccelerateDecelerateInterpolatorTest.java | 80 long startTime = anim.getStartTime(); in testAccelerateDecelerateInterpolator()
|
D | ScaleAnimationTest.java | 117 long startTime = scaleAnimation.getStartTime();
|
/cts/tools/tradefed-host/src/com/android/cts/tradefed/result/ |
D | ITestSummary.java | 58 public String getStartTime(); in getStartTime() method
|
D | TestSummaryXml.java | 131 public String getStartTime() { in getStartTime() method in TestSummaryXml
|
D | Test.java | 107 public String getStartTime() { in getStartTime() method in Test
|
D | CtsXmlResultReporter.java | 152 mStartTime = resultRepo.getSummaries().get(mContinueSessionId).getStartTime(); in invocationStarted()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
D | IInvocationResult.java | 31 long getStartTime(); in getStartTime() method
|
D | InvocationResult.java | 113 public long getStartTime() { in getStartTime() method in InvocationResult
|
D | ResultHandler.java | 209 return Long.compare(result1.getStartTime(), result2.getStartTime()); in getResults()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/ |
D | ResultReporter.java | 202 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/ |
D | GestureDescriptionTest.java | 177 assertEquals(start, strokeDescription.getStartTime()); in testStrokeDescriptionGetters_workAsExpected()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/ |
D | CompatibilityBuildHelper.java | 148 public long getStartTime() { in getStartTime() method in CompatibilityBuildHelper
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/ |
D | CompatibilityConsole.java | 343 CompatibilityBuildHelper.getDirSuffix(result.getStartTime()), in listResults()
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
D | ResultHandlerTest.java | 250 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
|
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/testtype/ |
D | CompatibilityTest.java | 538 CompatibilityBuildHelper.getDirSuffix(result.getStartTime())); in setupFilters()
|