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

/packages/apps/Contacts/src/com/android/contacts/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.java48 public static final int INVISIBLE = 1; field in class:GLView
96 // GLView.INVISIBLE).
108 // Returns GLView.VISIBLE or GLView.INVISIBLE
110 return (mViewFlags & FLAG_INVISIBLE) == 0 ? VISIBLE : INVISIBLE;

Completed in 150 milliseconds