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
192
public void
startFadeInTextAnimation
(int delay) {
196
mFadeIn =
startFadeInTextAnimation
(mSwipeableContent, delay);
205
public static ObjectAnimator
startFadeInTextAnimation
(final View view, final int delay) {
AnimatedAdapter.java
130
item.
startFadeInTextAnimation
(0 /* delay start */);
540
fadeIn.
startFadeInTextAnimation
(sDismissAllLongDelay);
544
fadeIn.
startFadeInTextAnimation
(sDismissAllShortDelay /* delay start */);
[
all
...]
Completed in 79 milliseconds