Home
last modified time | relevance | path

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

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