Searched refs:startFadeInTextAnimation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java198 public void startFadeInTextAnimation(int delay) { method in class:LeaveBehindItem
202 mFadeIn = startFadeInTextAnimation(mSwipeableContent, delay);
211 public static ObjectAnimator startFadeInTextAnimation(final View view, final int delay) { method in class:LeaveBehindItem
H A DAnimatedAdapter.java129 item.startFadeInTextAnimation(0 /* delay start */);
524 fadeIn.startFadeInTextAnimation(sDismissAllLongDelay);
528 fadeIn.startFadeInTextAnimation(sDismissAllShortDelay /* delay start */);

Completed in 67 milliseconds