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

12

/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripContentPanel.java64 void hide(); method in interface:FilmstripContentPanel
/packages/apps/Browser/src/com/android/browser/
H A DPermissionsPrompt.java111 public void hide() { method in class:PermissionsPrompt
119 hide();
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/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/Gallery2/src/com/android/gallery3d/filtershow/
H A DEditorPlaceHolder.java68 public void hide() { method in class:EditorPlaceHolder
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
H A DConversationSimSelector.java86 public boolean hide(boolean animate) { method in class:ConversationSimSelector
H A DConversationInput.java42 public abstract boolean hide(boolean animate); method in class:ConversationInput
88 * initiated by this class (through the show/hide methods), and for external changes
90 * handling an input showing, we will hide all other inputs to ensure they are mutually
H A DConversationFastScroller.java104 // Whether we are waiting to hide the scrollbar (i.e. scrolling has stopped).
117 hide(true /* animate */);
160 hide(false /* animate */);
238 private void hide(boolean animate) { method in class:ConversationFastScroller
426 hide(false /* animate */);
/packages/apps/DeskClock/src/com/android/deskclock/widget/
H A DActionableToastBar.java114 hide(true);
128 public void hide(boolean animate) { method in class:ActionableToastBar
129 // Prevent multiple call to hide.
158 // There is a tiny change that and hide animation could have finished right
159 // 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
/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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationPagerController.java53 * cons: the activity's Controller has to specially handle show/hide conversation view,
180 public void hide(boolean changeVisibility) { method in class:ConversationPagerController
182 LogUtils.d(LOG_TAG, "IN CPC.hide, but already hidden");
194 LogUtils.d(LOG_TAG, "IN CPC.hide, clearing adapter and unregistering list observer");
203 * to call {@link #hide(boolean)} afterwards to finish the cleanup. See go/xqaxk. Sorry...
270 * {@link #hide(boolean)}.
/packages/apps/Camera2/src/com/android/camera/app/
H A DFilmstripBottomPanel.java289 public void hide() { method in class:FilmstripBottomPanel
/packages/apps/Settings/src/com/android/settings/widget/
H A DSwitchBar.java110 // Default is hide
168 public void hide() { method in class:SwitchBar
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
H A DInputsActivity.java370 private void handleHide(String inputId, boolean hide) { argument
371 if (DEBUG) Log.d(TAG, "Hide " + inputId + ": " + hide);
374 if (hide) {
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java56 * hide the toast bar while it is being animated
121 hide(true, false /* actionClicked */);
224 hide(true /* animate */, true /* actionClicked */);
240 // Set up runnable to execute hide toast once delay is completed
252 public void hide(boolean animate, boolean actionClicked) { method in class:ActionableToastBar
262 // immediate hiding implies no position adjustment of the FAB and hide the toast bar
322 * multi-line view visible and hide the single line view; otherwise vice versa. If the action
323 * text is present, display it, otherwise hide it.
/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;
/packages/apps/Camera2/src/com/android/camera/widget/
H A DFilmstripLayout.java178 public void hide() { method in class:FilmstripLayout
223 hide();
/packages/apps/Email/provider_src/com/android/email/service/
H A DEmailServiceUtils.java214 public boolean hide; field in class:EmailServiceUtils.EmailServiceInfo
567 info.hide = ta.getBoolean(R.styleable.EmailServiceInfo_hide, false);

Completed in 1020 milliseconds

12