Searched defs:getStartDelay (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/core/java/android/transition/
H A DTransitionPropagation.java45 public abstract long getStartDelay(ViewGroup sceneRoot, Transition transition, method in class:TransitionPropagation
52 * {@link #getStartDelay(ViewGroup, Transition, TransitionValues, TransitionValues)}.
57 * {@link #getStartDelay(ViewGroup, Transition, TransitionValues, TransitionValues)}.
H A DCircularPropagation.java57 public long getStartDelay(ViewGroup sceneRoot, Transition transition, method in class:CircularPropagation
H A DSidePropagation.java72 public long getStartDelay(ViewGroup sceneRoot, Transition transition, method in class:SidePropagation
H A DTransition.java369 public long getStartDelay() { method in class:Transition
771 .getStartDelay(sceneRoot, this, start, end);
787 long delay = startDelays.valueAt(i) - minStartDelay + animator.getStartDelay();
1851 * duration} and the {@link #getStartDelay() startDelay}, starts the
1866 if (getStartDelay() >= 0) {
1867 animator.setStartDelay(getStartDelay() + animator.getStartDelay());
/frameworks/base/tools/layoutlib/bridge/src/android/animation/
H A DFakeAnimator.java24 public long getStartDelay() { method in class:FakeAnimator
/frameworks/support/v17/leanback/src/android/support/v17/leanback/animation/
H A DUntargetableAnimatorSet.java72 public long getStartDelay() { method in class:UntargetableAnimatorSet
73 return mAnimatorSet.getStartDelay();
/frameworks/support/v4/ics/android/support/v4/view/
H A DViewPropertyAnimatorCompatICS.java53 public static long getStartDelay(View view) { method in class:ViewPropertyAnimatorCompatICS
54 return view.animate().getStartDelay();
/frameworks/base/core/java/android/animation/
H A DAnimator.java162 public abstract long getStartDelay(); method in class:Animator
219 * nonzero {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during
H A DAnimatorSet.java414 public long getStartDelay() { method in class:AnimatorSet
957 if (!node.animation.canReverse() || node.animation.getStartDelay() > 0) {
H A DLayoutTransition.java453 * @see Animator#getStartDelay()
455 public long getStartDelay(int transitionType) { method in class:LayoutTransition
H A DValueAnimator.java821 public long getStartDelay() { method in class:ValueAnimator
/frameworks/support/v4/java/android/support/v4/view/
H A DViewPropertyAnimatorCompat.java45 public long getStartDelay(ViewPropertyAnimatorCompat vpa, View view); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
134 public long getStartDelay(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
401 public long getStartDelay(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
402 return ViewPropertyAnimatorCompatICS.getStartDelay(view);
864 public long getStartDelay() { method in class:ViewPropertyAnimatorCompat
867 return IMPL.getStartDelay(this, view);
/frameworks/base/core/java/android/view/
H A DRenderNodeAnimator.java319 public long getStartDelay() { method in class:RenderNodeAnimator
H A DViewPropertyAnimator.java303 public long getStartDelay() { method in class:ViewPropertyAnimator

Completed in 232 milliseconds