Searched refs:startDelay (Results 1 - 8 of 8) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/detail/
H A DCarouselTab.java71 public void fadeInLabelViewAnimator(int startDelay, boolean fadeBackground) { argument
75 labelAnimator.setStartDelay(startDelay);
82 backgroundAnimator.setStartDelay(startDelay);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DLauncherViewPropertyAnimator.java172 public void setStartDelay(long startDelay) { argument
174 mStartDelay = startDelay;
H A DLauncher.java2586 final int startDelay =
2625 mStateAnimation.play(scaleAnim).after(startDelay);
2626 mStateAnimation.play(alphaAnim).after(startDelay);
/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherViewPropertyAnimator.java173 public void setStartDelay(long startDelay) { argument
175 mStartDelay = startDelay;
H A DLauncher.java2997 final int startDelay =
3041 mStateAnimation.play(scaleAnim).after(startDelay);
3042 mStateAnimation.play(alphaAnim).after(startDelay);
/packages/apps/Contacts/src/com/android/contacts/editor/
H A DEditorAnimator.java222 float toY, int startDelay, int duration) {
227 translateAnimator.setStartDelay(startDelay);
221 translateViews(List<Animator> animators, List<View> views, float fromY, float toY, int startDelay, int duration) argument
/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
H A DStaggeredGridView.java1701 // be honored correctly; all animators will block regardless of startDelay until the first
1766 int startDelay) {
1778 AnimationIn.EXPAND_NEW_VIEWS, startDelay);
1783 AnimationIn.EXPAND_NEW_VIEWS_NO_CASCADE, startDelay);
1788 AnimationIn.SLIDE_IN_NEW_VIEWS, startDelay);
1793 AnimationIn.FLY_IN_NEW_VIEWS, startDelay);
1798 AnimationIn.FADE, startDelay);
1905 boolean cascadeAnimation, AnimationIn animationInMode, int startDelay) {
1929 int animationDelay = startDelay +
1765 addInAnimators(List<Animator> animators, AnimationIn animationInMode, int startDelay) argument
1904 addUpdateViewPositionsAnimators(List<Animator> animators, boolean cascadeAnimation, AnimationIn animationInMode, int startDelay) argument
/packages/apps/DeskClock/src/com/android/deskclock/stopwatch/
H A DStopwatchFragment.java872 long startDelay = mLayoutTransition.getStartDelay(LayoutTransition.DISAPPEARING) +
874 mCircleLayoutTransition.setStartDelay(LayoutTransition.CHANGING, startDelay);

Completed in 1525 milliseconds