Searched defs:startFadeInTextAnimation (Results 1 - 1 of 1) 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

Completed in 27 milliseconds