/packages/apps/Camera2/src/com/android/camera/filmstrip/ |
H A D | FilmstripContentPanel.java | 64 void hide(); method in interface:FilmstripContentPanel
|
/packages/apps/Browser/src/com/android/browser/ |
H A D | PermissionsPrompt.java | 111 public void hide() { method in class:PermissionsPrompt 119 hide();
|
H A D | GeolocationPermissionsPrompt.java | 88 public void hide() { method in class:GeolocationPermissionsPrompt 96 hide();
|
H A D | TitleBar.java | 187 void hide() { method in class:TitleBar 261 hide();
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
H A D | MinTimeProgressView.java | 72 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 D | EditorPlaceHolder.java | 68 public void hide() { method in class:EditorPlaceHolder
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
H A D | ConversationSimSelector.java | 86 public boolean hide(boolean animate) { method in class:ConversationSimSelector
|
H A D | ConversationInput.java | 42 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 D | ConversationFastScroller.java | 104 // 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 D | ActionableToastBar.java | 114 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 D | MovieControllerOverlay.java | 55 hide(); 64 public void hide() { method in class:MovieControllerOverlay 67 super.hide(); 123 hide();
|
H A D | PhotoPageBottomControls.java | 82 private void hide() { method in class:PhotoPageBottomControls 103 hide();
|
H A D | CommonControllerOverlay.java | 122 hide(); 190 public void hide() { method in class:CommonControllerOverlay
|
/packages/apps/Gallery2/src/com/android/gallery3d/ui/ |
H A D | DetailsHelper.java | 46 public void hide(); method in interface:DetailsHelper.DetailsViewContainer 98 public void hide() { method in class:DetailsHelper 99 mContainer.hide();
|
H A D | DialogDetailsView.java | 71 public void hide() { method in class:DialogDetailsView 72 mDialog.hide();
|
/packages/apps/UnifiedEmail/src/com/android/mail/browse/ |
H A D | ConversationPagerController.java | 53 * 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 D | FilmstripBottomPanel.java | 289 public void hide() { method in class:FilmstripBottomPanel
|
/packages/apps/Settings/src/com/android/settings/widget/ |
H A D | SwitchBar.java | 110 // Default is hide 168 public void hide() { method in class:SwitchBar
|
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/ |
H A D | InputsActivity.java | 370 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 D | ActionableToastBar.java | 56 * 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 D | TutorialEN.java | 193 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 D | TutorialJAJP.java | 196 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 D | TextCandidates1LineViewManager.java | 98 /** 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 D | FilmstripLayout.java | 178 public void hide() { method in class:FilmstripLayout 223 hide();
|
/packages/apps/Email/provider_src/com/android/email/service/ |
H A D | EmailServiceUtils.java | 214 public boolean hide; field in class:EmailServiceUtils.EmailServiceInfo 567 info.hide = ta.getBoolean(R.styleable.EmailServiceInfo_hide, false);
|