Searched defs:hide (Results 26 - 29 of 29) sorted by relevance

12

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java565 private void hide() { method in class:SipEditor.AdvancedSettings
579 hide();
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieRenderer.java221 public void hide() { method in class:PieRenderer
/packages/apps/Camera2/src/com/android/camera/ui/
H A DModeListView.java275 public void hide() { method in class:ModeListView.ModeListState
522 public void hide() { method in class:ModeListView.FullyShownState
540 * setting up to show mode drawer (without text) and hide it with shimmy animation.
740 public void hide() { method in class:ModeListView.ShimmyState
883 public void hide() { method in class:ModeListView.SelectedState
1309 * @param swipeIn indicates whether the swipe should reveal/hide the list.
1421 * Show or hide cling for settings button. The cling will only be shown if
1697 mCurrentStateManager.getCurrentState().hide();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidatesViewManager.java142 /** Whether hide the view if there is no candidate */
420 * Set auto-hide mode.
421 * @param hide {@code true} if the view will hidden when no candidate exists;
424 public void setAutoHide(boolean hide) { argument
425 mAutoHideMode = hide;

Completed in 211 milliseconds

12