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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java192 public void startFadeInTextAnimation(int delay) { method in class:LeaveBehindItem
196 mFadeIn = startFadeInTextAnimation(mSwipeableContent, delay);
205 public static ObjectAnimator startFadeInTextAnimation(final View view, final int delay) { method in class:LeaveBehindItem
H A DAnimatedAdapter.java130 item.startFadeInTextAnimation(0 /* delay start */);
540 fadeIn.startFadeInTextAnimation(sDismissAllLongDelay);
544 fadeIn.startFadeInTextAnimation(sDismissAllShortDelay /* delay start */);

Completed in 127 milliseconds