Searched defs:show (Results 1 - 25 of 128) sorted by path

123456

/frameworks/base/core/java/android/app/
H A DActionBar.java171 * e.g. show an arrow to the left indicating the action that will be taken.
271 * @param resId Resource ID of a drawable to show as an icon.
286 * @param icon Drawable to show as an icon.
301 * @param resId Resource ID of a drawable to show as a logo.
316 * @param logo Drawable to show as a logo.
470 * @param showHome true to show home, false otherwise.
484 * @param showHomeAsUp true to show the user that selecting home will return one
786 public abstract void show(); method in class:ActionBar
947 * {@link #hide() hidden}. A call to {@link #show() show} wil
[all...]
H A DActivityThread.java2670 // the "debug.use-second-display" system property as a substring, then show
3850 private void updateVisibility(ActivityClientRecord r, boolean show) { argument
3853 if (show) {
3878 private void handleStopActivity(IBinder token, boolean show, int configChanges, int seq) { argument
3886 performStopActivityInner(r, info, show, true, "handleStopActivity");
3889 TAG, "Finishing stop of " + r + ": show=" + show
3892 updateVisibility(r, show);
3933 private void handleWindowVisibility(IBinder token, boolean show) { argument
3941 if (!show
[all...]
H A DAlertDialog.java230 * example, via {@link #show()} or {@link #create()}).
278 * @param view The view to show in the content area of the dialog
1081 * processing is needed, {@link #show()} may be called instead to both
1107 * dialog.show();
1110 public AlertDialog show() { method in class:AlertDialog.Builder
1112 dialog.show();
H A DBackStackRecord.java526 public FragmentTransaction show(Fragment fragment) { method in class:BackStackRecord
H A DDialog.java244 * {@link Activity#showDialog(int)} is used to show this Dialog, that
279 public void show() { method in class:Dialog
458 show();
490 * created (for example, via {@link #show()} or {@link #create()}).
H A DDialogFragment.java35 * the dialog (deciding when to show, hide, dismiss it) should be done through
64 * happen. This means you should use {@link #show(FragmentManager, String)}
65 * or {@link #show(FragmentTransaction, String)} to add an instance of
105 * show the dialog and receive results from it:
225 public void show(FragmentManager manager, String tag) { method in class:DialogFragment
251 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
427 * used to show an AlertDialog instead of a generic Dialog; when doing so,
502 mDialog.show();
H A DDownloadManager.java418 * This download doesn't show in the UI or in the notifications.
641 * @param show whether the download manager should show a notification for this download.
646 public Request setShowRunningNotification(boolean show) { argument
647 return (show) ? setNotificationVisibility(VISIBILITY_VISIBLE) :
H A DFragmentTransaction.java106 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
232 * Set the full title to show as a bread crumb when this transaction
247 * Set the short title to show as a bread crumb when this transaction
H A DNotification.java295 * opportunity to show more detail. The system UI may choose to show this
309 * choose to show this as a heads-up notification, which will pop up so the user can see
534 * Lower {@link #priority}, for items that are less important. The UI may choose to show these
548 * show these items larger, or at a different position in notification lists, compared with
899 * {@link #extras} key: An array of CharSequences to show in {@link InboxStyle} expanded
1111 * @param icon icon to show for this action
1122 * @param icon icon to show for this action
1548 * @param when The time to show in the time field. In the System.currentTimeMillis
2402 public Builder setShowWhen(boolean show) { argument
[all...]
H A DPresentation.java71 * So an application can simply watch for these notifications and show or dismiss
75 * that the application should use if it wants to show content on the secondary display.
77 * case the application should show its content locally without using a presentation.
79 * Here's how to use the media router to create and show a presentation on the preferred
89 * presentation.show();
109 * attempted to show a presentation on the main display it might obscure its own content
125 * presentation.show();
129 * manager to enumerate displays and show content on multiple presentation displays
229 * Inherited from {@link Dialog#show}. Will throw
234 public void show() { method in class:Presentation
[all...]
H A DProgressDialog.java92 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
94 return show(context, title, message, false);
97 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
99 return show(context, title, message, indeterminate, false, null);
102 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
104 return show(context, title, message, indeterminate, cancelable, null);
107 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
116 dialog.show();
H A DSearchDialog.java70 // The string used for privateImeOptions to identify to the IME that it should not show
149 // but necessary to show the popup window until the window manager supports
207 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
219 * Does the rest of the work required to show the search dialog. Called by
220 * {@link #show(String, boolean, ComponentName, Bundle)} and
226 // set up the searchable and show the dialog
227 if (!show(componentName, appSearchData)) {
245 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
248 Log.d(LOG_TAG, "show(" + componentName + ", "
265 // show th
[all...]
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java229 public void show(Bundle sessionArgs, int flags,
1012 mWindow.show();
1096 * Return which show context flags have been disabled by the user through the system
1125 public void show(Bundle args, int flags) { method in class:VoiceInteractionSession
1245 * Retrieve the window being used to show the session's UI.
1295 * is already shown, if a show request has come in while it is shown, to allow you to
1296 * update the UI to match the new show arguments.
1300 * @param showFlags The show flags originally provided to
1307 * Called immediately after stopping to show the session UI.
1364 * an assist session is started. If the original show reques
[all...]
/frameworks/base/core/java/android/view/
H A DSurfaceControl.java265 * and position, call {@link #show} if appropriate, and close the transaction.
431 public void show() { method in class:SurfaceControl
/frameworks/base/core/java/android/widget/
H A DEditor.java359 mSuggestionsPopupWindow.show();
659 // Should be done before hide insertion point controller since it triggers a show of it
1107 getInsertionController().show();
1405 // Delay "show" so it doesn't interfere with click confirmations
1476 cursorController.show();
1930 getInsertionController().show();
1944 getSelectionController().show();
2028 * @return <code>true</code> if it's reasonable to offer to show suggestions depending on
2030 * method to show suggestions {@link SuggestionsPopupWindow#updateSuggestions}.
2084 // to show suggestion
3034 public void show() { method in class:Editor.PinnedPopupWindow
3474 public void show() { method in class:Editor.SuggestionsPopupWindow
4186 public void show() { method in class:Editor.HandleView
4447 public void show() { method in class:Editor.InsertionHandleView
5025 public void show(); method in interface:Editor.CursorController
5048 public void show() { method in class:Editor.InsertionPointCursorController
5138 public void show() { method in class:Editor.SelectionModifierCursorController
[all...]
H A DListPopupWindow.java579 show();
584 * Post a {@link #show()} call to the UI thread.
595 public void show() { method in class:ListPopupWindow
721 * the next time the popup is shown or through a manual call to the {@link #show()}
725 * @see #show()
926 show();
946 show();
1079 * completed and if so call showDropDown to display the drop down. This is used to show
1088 show();
1231 // Add padding only if the list has items in it, that way we don't show
[all...]
H A DMediaController.java54 * Functions like show() and hide() have no effect when MediaController
58 * show the buttons according to these rules:
313 public void show() { method in class:MediaController
314 show(sDefaultTimeout);
353 * @param timeout The timeout in milliseconds. Use 0 to show
356 public void show(int timeout) { method in class:MediaController
462 show(0); // show until hide is called
465 show(sDefaultTimeout); // start timeout
478 show(sDefaultTimeou
[all...]
H A DPopupMenu.java168 show();
180 // This will be null until show() is called.
191 * returned Menu with items before calling {@link #show()}.
194 * @see #show()
225 public void show() { method in class:PopupMenu
226 mPopup.show();
232 * @see #show()
H A DSpinner.java292 mPopup.show(getTextDirection(), getTextAlignment());
770 mPopup.show(getTextDirection(), getTextAlignment());
884 mPopup.show(getTextDirection(), getTextAlignment());
1043 public void show(int textDirection, int textAlignment); method in interface:Spinner.SpinnerPopup
1099 public void show(int textDirection, int textAlignment) { method in class:Spinner.DialogPopup
1112 mPopup.show();
1229 public void show(int textDirection, int textAlignment) { method in class:Spinner.DropdownPopup
1235 super.show();
1261 // Use super.show here to update; we don't want to move the selected
1263 DropdownPopup.super.show();
[all...]
H A DTextView.java1517 .show();
3319 public final void setShowSoftInputOnFocus(boolean show) { argument
3321 mEditor.mShowSoftInputOnFocus = show;
6361 * If there isn't a click listener, try to show the soft
6490 // Multi-line text editors should always show an enter key.
8460 * insertion action mode, we can now actually show it.
H A DToast.java43 * helps you create and show those.
94 * can call {@link #show}.
111 public void show() { method in class:Toast
129 * Close the view if it's showing, or don't show it if it isn't showing yet.
144 * Set the view to show.
160 * Set how long to show the view for.
254 * @param text The text to show. Can be formatted text.
382 public void show() { method in class:Toast.TN
H A DZoomControls.java82 public void show() { method in class:ZoomControls
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java354 f.show(getFragmentManager(), TARGET_DETAILS_FRAGMENT_TAG);
756 // ChooserTargets have badge icons, so we won't show the extended info to disambiguate.
1024 public void setShowServiceTargets(boolean show) { argument
1025 mShowServiceTargets = show;
H A DToolbarActionBar.java401 public void show() { method in class:ToolbarActionBar
H A DWindowDecorActionBar.java329 * Enables or disables animation between show/hide states.
657 public void show() { method in class:WindowDecorActionBar
1137 new MenuPopupHelper(getThemedContext(), subMenu).show();

Completed in 8044 milliseconds

123456