Searched refs:HIDDEN (Results 1 – 2 of 2) sorted by relevance
54 public static final IOFileFilter HIDDEN = new HiddenFileFilter(); field in HiddenFileFilter57 public static final IOFileFilter VISIBLE = new NotFileFilter(HIDDEN);
750 final int HIDDEN = 0; in updateAudioButton() local757 .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()