Searched defs:OPAQUE (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DLeaveBehindItem.java65 private static final float OPAQUE = 1.0f; field in class:LeaveBehindItem
194 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
209 final float end = OPAQUE;
215 fadeIn.setInterpolator(new DecelerateInterpolator(OPAQUE));
228 if (!mFadingInText && mSwipeableContent.getAlpha() != OPAQUE) {
304 mSwipeableContent.setAlpha(OPAQUE);

Completed in 93 milliseconds