HomeSort by relevance Sort by last modified time
    Searched refs:getStartTime (Results 1 - 25 of 31) sorted by null

1 2

  /external/webkit/WebCore/svg/
SVGAnimationElement.idl 34 float getStartTime();
SVGAnimationElement.h 55 float getStartTime() const;
SVGAnimationElement.cpp 151 float SVGAnimationElement::getStartTime() const
  /cts/tests/tests/view/src/android/view/animation/cts/
AnimationTest.java 228 animation.getTransformation(animation.getStartTime() - 1, transformation);
234 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1,
247 animation.getTransformation(animation.getStartTime() - 1, transformation);
252 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1,
265 animation.getTransformation(animation.getStartTime() - 1, transformation);
270 animation.getTransformation(animation.getStartTime() + animation.getDuration() + 1,
375 long startTime = anim.getStartTime();
397 startTime = anim.getStartTime();
434 startTime = anim.getStartTime();
456 startTime = anim.getStartTime();
    [all...]
AccelerateInterpolatorTest.java 115 long startTime = anim.getStartTime();
149 startTime = anim.getStartTime();
DecelerateInterpolatorTest.java 121 long startTime = anim.getStartTime();
155 startTime = anim.getStartTime();
GridLayoutAnimationControllerTest.java 165 long startTime = child1.getStartTime();
245 long startTime = childAnimation7.getStartTime();
293 startTime = childAnimation1.getStartTime();
424 long startTime = childAnimation1.getStartTime();
457 startTime = childAnimation1.getStartTime();
AccelerateDecelerateInterpolatorTest.java 105 long startTime = anim.getStartTime();
AnimationSetTest.java 362 method = "getStartTime",
375 assertEquals(1000, animationSet.getStartTime());
379 assertEquals(startTime, animationSet.getStartTime());
383 assertEquals(startTime, children.get(i).getStartTime());
401 final long startTime = animationSet.getStartTime();
LinearInterpolatorTest.java 106 final long startTime = anim.getStartTime();
CycleInterpolatorTest.java 96 long startTime = anim.getStartTime();
135 startTime = anim.getStartTime();
RotateAnimationTest.java 141 final long startTime = rotateAnimation.getStartTime();
209 final long startTime = rotateAnimation.getStartTime();
TranslateAnimationTest.java 139 final long startTime = translateAnimation.getStartTime();
212 final long startTime = translateAnimation.getStartTime();
LayoutAnimationControllerTest.java 105 long startTime = childAnimation1.getStartTime();
150 startTime = childAnimation1.getStartTime();
205 long startTime = childAnimation1.getStartTime();
321 long baseTime = animation.getStartTime() + animation.getStartOffset();
510 assertTrue(Animation.START_ON_FIRST_FRAME != controller.getAnimation().getStartTime());
513 assertEquals(Animation.START_ON_FIRST_FRAME, controller.getAnimation().getStartTime());
ScaleAnimationTest.java 164 long startTime = scaleAnimation.getStartTime();
  /sdk/traceview/src/com/android/traceview/
Call.java 82 public long getStartTime() {
TimeLineView.java 115 public long getStartTime();
360 .getName(), r.block.getName(), r.block.getStartTime(),
362 if (r.block.getStartTime() > r.block.getEndTime()) {
372 long start1 = r1.block.getStartTime();
373 long start2 = r2.block.getStartTime();
395 minVal = records.get(0).block.getStartTime();
409 long blockStartTime = block.getStartTime();
428 long topStartTime = top.getStartTime();
514 long lastEndTime = top.getStartTime();
    [all...]
  /frameworks/base/core/java/android/view/animation/
LayoutAnimationController.java 341 mAnimation.getStartTime() + mMaxDelay + mDuration;
AnimationSet.java 199 public long getStartTime() {
207 startTime = Math.min(startTime, a.getStartTime());
Animation.java 585 public long getStartTime() {
    [all...]
  /cts/tools/host/src/com/android/cts/
Test.java 239 public long getStartTime() {
TestSessionLog.java 178 public Date getStartTime() {
539 new Date(test.getStartTime()).toString());
TestSession.java 439 long startTime = getSessionLog().getStartTime().getTime();
ConsoleUi.java     [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 385 public abstract long getStartTime(long batteryUptime, int which);
    [all...]

Completed in 768 milliseconds

1 2