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

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMinTimeProgressView.java72 private void hide() { method in class:MinTimeProgressView
82 // so put a delayed message in to hide it when its been
104 hide();
/packages/apps/Browser/src/com/android/browser/
H A DGeolocationPermissionsPrompt.java88 public void hide() { method in class:GeolocationPermissionsPrompt
96 hide();
H A DTitleBar.java187 void hide() { method in class:TitleBar
261 hide();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java68 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.java122 hide();
190 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.java71 public void hide() { method in class:DialogDetailsView
72 mDialog.hide();
/packages/apps/InCallUI/src/com/android/incallui/
H A DAnimationUtils.java55 // View tag that's set during the fade-out animation; see hide() and
103 public static void hide(final View view, final int visibility) { method in class:AnimationUtils.Fade
136 * @see #hide(View, int)
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerController.java51 * cons: the activity's Controller has to specially handle show/hide conversation view,
145 public void hide(boolean changeVisibility) { method in class:ConversationPagerController
147 LogUtils.d(LOG_TAG, "IN CPC.hide, but already hidden");
155 LogUtils.d(LOG_TAG, "IN CPC.hide, clearing adapter and unregistering list observer");
207 * {@link #hide(boolean)}.
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java72 hide(true, false /* actionClicked */);
128 hide(true /* animate */, true /* actionClicked */);
147 // Set up runnable to execute hide toast once delay is completed
158 public void hide(boolean animate, boolean actionClicked) { method in class:ActionableToastBar
H A DConversationListView.java72 // user moved back up which should cancel the current tracking state and hide the
283 mHintText.hide();
369 LogUtils.i(LOG_TAG, "ConversationListView hide sync status bar");
376 mHintText.hide();
437 hide();
493 private void hide() { method in class:ConversationListView.HintText
/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/apps/Launcher3/src/com/android/launcher3/
H A DCling.java312 void hide(final int duration, final Runnable postCb) { method in class:Cling
/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/Email/src/com/android/email/service/
H A DEmailServiceUtils.java205 public boolean hide; field in class:EmailServiceUtils.EmailServiceInfo
533 info.hide = ta.getBoolean(R.styleable.EmailServiceInfo_hide, false);
/packages/services/Telephony/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/Camera2/src/com/android/camera/ui/
H A DPieRenderer.java269 public void hide() { method in class:PieRenderer

Completed in 524 milliseconds