Home
last modified time | relevance | path

Searched refs:HIDDEN (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Email/src/org/apache/commons/io/filefilter/
DHiddenFileFilter.java54 public static final IOFileFilter HIDDEN = new HiddenFileFilter(); field in HiddenFileFilter
57 public static final IOFileFilter VISIBLE = new NotFileFilter(HIDDEN);
/packages/apps/Phone/src/com/android/phone/
DInCallTouchUi.java750 final int HIDDEN = 0; in updateAudioButton() local
757 .setAlpha(showToggleStateIndication ? VISIBLE : HIDDEN); in updateAudioButton()
760 .setAlpha(showMoreIndicator ? VISIBLE : HIDDEN); in updateAudioButton()
763 .setAlpha(showBluetoothIcon ? VISIBLE : HIDDEN); in updateAudioButton()
766 .setAlpha(showHandsetIcon ? VISIBLE : HIDDEN); in updateAudioButton()
769 .setAlpha(showSpeakerOnIcon ? VISIBLE : HIDDEN); in updateAudioButton()
772 .setAlpha(showSpeakerOffIcon ? VISIBLE : HIDDEN); in updateAudioButton()