Searched refs:hide (Results 1 - 25 of 88) sorted by relevance

1234

/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripContentPanel.java64 void hide(); method in interface:FilmstripContentPanel
/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();
/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/ui/
H A DDetailsHelper.java46 public void hide(); method in interface:DetailsHelper.DetailsViewContainer
98 public void hide() { method in class:DetailsHelper
99 mContainer.hide();
/packages/apps/Messaging/build/
H A Dgcheckstyle.mk32 $(hide) pushd $(PRIVATE_PATH)/build/gcheckstyle && \
40 $(hide) -/usr/local/buildtools/java/jdk/bin/java -jar $(STYLE_JAR) $(SOURCES) > $@
44 $(hide) $(PRIVATE_PATH)/build/process_style_output.py -omit $(abspath $(PRIVATE_PATH))/ < $< | $(PRIVATE_PATH)/build/colorize_errors.py
H A Dandroid_lint.mk52 $(hide) $(XSLT_CMD) > $@
58 $(hide) $(PRIVATE_PATH)/build/colorize_errors.py < $<
/packages/apps/Browser/src/com/android/browser/
H A DGeolocationPermissionsPrompt.java88 public void hide() { method in class:GeolocationPermissionsPrompt
96 hide();
H A DPermissionsPrompt.java111 public void hide() { method in class:PermissionsPrompt
119 hide();
/packages/apps/InCallUI/src/com/android/incallui/
H A DBaseFragment.java61 getFragmentManager().beginTransaction().hide(this).commit();
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
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 DConversationInputManager.java196 * Show or hide the sim selector
273 success = target.hide(animate);
292 // All inputs are mutually exclusive. Showing one will hide everything else.
425 public boolean hide(boolean animate) { method in class:ConversationInputManager.ConversationMediaPicker
523 public boolean hide(boolean animate) { method in class:ConversationInputManager.SimSelector
524 final boolean result = super.hide(animate);
545 public boolean hide(boolean animate) { method in class:ConversationInputManager.ConversationImeKeyboard
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 */);
H A DConversationSimSelector.java86 public boolean hide(boolean animate) { method in class:ConversationSimSelector
/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/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/filtershow/
H A DEditorPlaceHolder.java68 public void hide() { method in class:EditorPlaceHolder
/packages/apps/Launcher3/
H A DAndroid.mk89 $(hide) chmod 755 $@
/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/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/apps/Contacts/src/com/android/contacts/
H A DContactsActivity.java127 if ((f != null) && !f.isHidden()) ft.hide(f);
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountSetupTypeFragment.java61 // Don't show types with "hide" set
62 if (info.hide) {
/packages/apps/Settings/src/com/android/settings/nfc/
H A DAndroidBeam.java96 mSwitchBar.hide();
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DMediaChooser.java140 actionBar.hide();
/packages/apps/Settings/src/com/android/settings/
H A DMasterClearConfirm.java85 mProgressDialog.hide();

Completed in 624 milliseconds

1234