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

/packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
H A DCharMatcher.java192 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020') field in class:CharMatcher
/packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
H A DCharMatcher.java192 public static final CharMatcher INVISIBLE = inRange('\u0000', '\u0020') field in class:CharMatcher
/packages/apps/Dialer/src/com/android/dialer/voicemail/
H A DVoicemailPlaybackFragment.java430 private static final float INVISIBLE = 0; field in class:VoicemailPlaybackFragment.TextViewWithMessagesController
452 mPermanentTextView.animate().alpha(INVISIBLE).setDuration(SHORT_ANIMATION_MS);
463 .alpha(INVISIBLE).setDuration(LONG_ANIMATION_MS);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLView.java49 public static final int INVISIBLE = 1; field in class:GLView
97 // GLView.INVISIBLE).
109 // Returns GLView.VISIBLE or GLView.INVISIBLE
111 return (mViewFlags & FLAG_INVISIBLE) == 0 ? VISIBLE : INVISIBLE;

Completed in 4552 milliseconds