Searched defs:hide (Results 1 - 19 of 19) sorted by relevance

/packages/apps/Browser/src/com/android/browser/
H A DGeolocationPermissionsPrompt.java88 public void hide() { method in class:GeolocationPermissionsPrompt
96 hide();
H A DTitleBar.java202 void hide() { method in class:TitleBar
276 hide();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java74 public void hide() { method in class:EditorPlaceHolder
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java120 hide(true);
143 public void hide(boolean animate) { method in class:ActionableToastBar
144 // Prevent multiple call to hide.
173 // There is a tiny change that and hide animation could have finished right
174 // before the show animation finished. In that case, the hide will mark the
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DMovieControllerOverlay.java55 hide();
64 public void hide() { method in class:MovieControllerOverlay
67 super.hide();
123 hide();
H A DPhotoPageBottomControls.java82 private void hide() { method in class:PhotoPageBottomControls
103 hide();
H A DCommonControllerOverlay.java118 hide();
186 public void hide() { method in class:CommonControllerOverlay
H A DGalleryActionBar.java346 public void hide() { method in class:GalleryActionBar
347 if (mActionBar != null) mActionBar.hide();
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DDetailsHelper.java46 public void hide(); method in interface:DetailsHelper.DetailsViewContainer
98 public void hide() { method in class:DetailsHelper
99 mContainer.hide();
H A DDialogDetailsView.java69 public void hide() { method in class:DialogDetailsView
70 mDialog.hide();
/packages/apps/Phone/src/com/android/phone/
H A DAnimationUtils.java56 // View tag that's set during the fade-out animation; see hide() and
104 public static void hide(final View view, final int visibility) { method in class:AnimationUtils.Fade
137 * @see #hide(View, int)
/packages/apps/Dialer/src/com/android/dialer/dialpad/
H A DSmartDialController.java273 hide(overlay);
289 private void hide(View view) { method in class:SmartDialController
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java193 void hide() { method in class:TutorialEN.Bubble
266 mBubbles.get(i).hide();
282 void hide() { method in class:TutorialEN
284 mBubbles.get(i).hide();
291 hide();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java196 void hide() { method in class:TutorialJAJP.Bubble
338 mBubbles.get(i).hide();
364 void hide() { method in class:TutorialJAJP
366 mBubbles.get(i).hide();
373 hide();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DTextCandidates1LineViewManager.java98 /** Whether hide the view if there is no candidate */
214 * Set auto-hide mode.
215 * @param hide {@code true} if the view will hidden when no candidate exists;
218 public void setAutoHide(boolean hide) { argument
219 mAutoHideMode = hide;
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;
/packages/apps/Phone/src/com/android/phone/sip/
H A DSipEditor.java638 private void hide() { method in class:SipEditor.AdvancedSettings
652 hide();
/packages/apps/Camera/src/com/android/camera/ui/
H A DPieRenderer.java221 public void hide() { method in class:PieRenderer
/packages/apps/Gallery2/src/com/android/camera/ui/
H A DPieRenderer.java263 public void hide() { method in class:PieRenderer

Completed in 1707 milliseconds