OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:startFadeInTextAnimation
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
LeaveBehindItem.java
198
public void
startFadeInTextAnimation
(int delay) {
202
mFadeIn =
startFadeInTextAnimation
(mSwipeableContent, delay);
211
public static ObjectAnimator
startFadeInTextAnimation
(final View view, final int delay) {
AnimatedAdapter.java
140
item.
startFadeInTextAnimation
(0 /* delay start */);
527
fadeIn.
startFadeInTextAnimation
(sDismissAllLongDelay);
531
fadeIn.
startFadeInTextAnimation
(sDismissAllShortDelay /* delay start */);
[
all
...]
Completed in 136 milliseconds