Home
last modified time | relevance | path

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

12

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationTest.java161 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
167 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
181 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
186 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
200 animation.getTransformation(animation.getStartTime() - 1, transformation); in testAccessFill()
205 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1, in testAccessFill()
259 long startTime = anim.getStartTime(); in testRepeatAnimation()
276 startTime = anim.getStartTime(); in testRepeatAnimation()
304 startTime = anim.getStartTime(); in testRepeatAnimation()
321 startTime = anim.getStartTime(); in testRepeatAnimation()
[all …]
DLayoutAnimationControllerTest.java94 long startTime = childAnimation1.getStartTime(); in testAccessOrder()
139 startTime = childAnimation1.getStartTime(); in testAccessOrder()
183 long startTime = childAnimation1.getStartTime(); in testAccessDelay()
283 long baseTime = animation.getStartTime() + animation.getStartOffset();
426 assertTrue(Animation.START_ON_FIRST_FRAME != controller.getAnimation().getStartTime()); in testStart()
429 assertEquals(Animation.START_ON_FIRST_FRAME, controller.getAnimation().getStartTime()); in testStart()
DDecelerateInterpolatorTest.java104 long startTime = anim.getStartTime(); in testDecelerateInterpolator()
138 startTime = anim.getStartTime(); in testDecelerateInterpolator()
DGridLayoutAnimationControllerTest.java131 long startTime = child1.getStartTime(); in assertChildrenDelay()
200 long startTime = childAnimation7.getStartTime();
248 startTime = childAnimation1.getStartTime();
362 long startTime = childAnimation1.getStartTime(); in testAccessDirectionPriority()
395 startTime = childAnimation1.getStartTime(); in testAccessDirectionPriority()
DAccelerateInterpolatorTest.java101 long startTime = anim.getStartTime(); in testAccelerateInterpolator()
135 startTime = anim.getStartTime(); in testAccelerateInterpolator()
DAnimationSetTest.java297 assertEquals(1000, animationSet.getStartTime()); in testAccessStartTime()
301 assertEquals(startTime, animationSet.getStartTime()); in testAccessStartTime()
305 assertEquals(startTime, children.get(i).getStartTime()); in testAccessStartTime()
320 final long startTime = animationSet.getStartTime(); in testGetTransformation()
DRotateAnimationTest.java112 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstOrigin()
170 final long startTime = rotateAnimation.getStartTime(); in testRotateAgainstPoint()
DTranslateAnimationTest.java114 final long startTime = translateAnimation.getStartTime(); in testApplyTransformation()
184 final long startTime = translateAnimation.getStartTime(); in testInitialize()
DCycleInterpolatorTest.java93 long startTime = anim.getStartTime(); in testCycleInterpolator()
132 startTime = anim.getStartTime(); in testCycleInterpolator()
DLinearInterpolatorTest.java101 final long startTime = anim.getStartTime(); in testLinearInterpolator()
DAccelerateDecelerateInterpolatorTest.java95 long startTime = anim.getStartTime(); in testAccelerateDecelerateInterpolator()
DScaleAnimationTest.java136 long startTime = scaleAnimation.getStartTime();
/cts/common/util/src/com/android/compatibility/common/util/
DLightInvocationResult.java52 mTimestamp = result.getStartTime(); in LightInvocationResult()
145 public long getStartTime() { in getStartTime() method in LightInvocationResult
DIInvocationResult.java31 long getStartTime(); in getStartTime() method
DInvocationResult.java129 public long getStartTime() { in getStartTime() method in InvocationResult
DResultHandler.java136 result1.getStartTime(), in getLightResults()
137 result2.getStartTime())); in getLightResults()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/result/
DInvocationFailureHandler.java45 CompatibilityBuildHelper.getDirSuffix(buildHelper.getStartTime())); in hasFailed()
DTestRunHandler.java54 buildHelper.getDirSuffix(buildHelper.getStartTime())); in getTestRuns()
DResultReporter.java229 mResult.setStartTime(mBuildHelper.getStartTime()); in initializeResultDirectories()
251 CompatibilityBuildHelper.getDirSuffix(mBuildHelper.getStartTime())); in initializeResultDirectories()
491 long startTime = mResult.getStartTime(); in finalizeResults()
DSubPlanHelper.java426 sb.append(CompatibilityBuildHelper.getDirSuffix(mResult.getStartTime())); in createPlanName()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DGestureDescriptionTest.java194 assertEquals(start, strokeDescription.getStartTime()); in testStrokeDescriptionGetters_workAsExpected()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/build/
DCompatibilityBuildHelper.java102 public long getStartTime() { in getStartTime() method in CompatibilityBuildHelper
/cts/common/util/tests/src/com/android/compatibility/common/util/
DResultHandlerTest.java276 assertEquals("Incorrect start time", START_MS, lightResult.getStartTime()); in checkLightResult()
297 assertEquals("Incorrect start time", START_MS, result.getStartTime()); in checkResult()
/cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/command/
DCompatibilityConsole.java365 CompatibilityBuildHelper.getDirSuffix(result.getStartTime()), in listResults()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java285 assertEquals(1L, animation.getStartTime()); in testStartAnimation()
287 assertEquals(Animation.START_ON_FIRST_FRAME, animation.getStartTime()); in testStartAnimation()

12