Searched refs:show (Results 1 - 25 of 68) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DITransientNotification.aidl22 void show();
H A DProgressDialog.java83 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
85 return show(context, title, message, false);
88 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
90 return show(context, title, message, indeterminate, false, null);
93 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
95 return show(context, title, message, indeterminate, cancelable, null);
98 public static ProgressDialog show(Context context, CharSequence title, method in class:ProgressDialog
107 dialog.show();
H A DDatePickerDialog.java131 public void show() { method in class:DatePickerDialog
132 super.show();
/frameworks/base/tests/StatusBar/src/com/android/statusbartest/
H A DToastTest.java90 mToast1.show();
104 mToast1.show();
114 mToast1.show();
128 mToast2.show();
137 toast.show();
147 toast.show();
/frameworks/base/core/tests/coretests/src/android/widget/layout/linear/
H A DBaselineAlignmentZeroWidthAndWeight.java31 findViewById(R.id.show).setOnClickListener(new View.OnClickListener() {
H A DBaselineAlignmentZeroWidthAndWeightTest.java41 mShowButton = (Button) activity.findViewById(R.id.show);
53 // Pressing the button will show an ExceptionTextView that might set a failed bit if
/frameworks/base/core/java/com/android/internal/view/menu/
H A DContextMenuBuilder.java32 * view was added directly to the window manager) and needs to show
37 * call {@link #show(View, IBinder)} which will populate the menu
38 * with a view's context menu items and show the context menu.
77 public MenuDialogHelper show(View originalView, IBinder token) { method in class:ContextMenuBuilder
88 helper.show(token);
H A DMenuDialogHelper.java48 public void show(IBinder windowToken) { method in class:MenuDialogHelper
86 mDialog.show();
/frameworks/base/core/java/android/widget/
H A DMediaController.java54 * Functions like show() and hide() have no effect when MediaController
58 * show the buttons according to these rules:
248 public void show() { method in class:MediaController
249 show(sDefaultTimeout);
278 * @param timeout The timeout in milliseconds. Use 0 to show
281 public void show(int timeout) { method in class:MediaController
403 show(sDefaultTimeout);
409 show(sDefaultTimeout);
421 show(sDefaultTimeout);
434 // don't show th
[all...]
H A DVideoView.java320 mMediaController.show();
326 mMediaController.show(0);
401 .show();
468 mMediaController.show();
542 mMediaController.show();
551 mMediaController.show();
564 mMediaController.show();
H A DZoomControls.java82 public void show() { method in class:ZoomControls
H A DToast.java36 * helps you create and show those.
81 * can call {@link #show}.
96 public void show() { method in class:Toast
115 * Close the view if it's showing, or don't show it if it isn't showing yet.
125 * Set the view to show.
141 * Set how long to show the view for.
225 * @param text The text to show. Can be formatted text.
334 public void show() { method in class:Toast.TN
/frameworks/base/core/java/com/android/internal/app/
H A DPlatLogoActivity.java44 mToast.show();
H A DNetInitiatedActivity.java131 Toast.LENGTH_LONG).show();
/frameworks/base/core/java/com/android/internal/os/storage/
H A DExternalStorageFormatter.java92 mProgressDialog.show();
128 Toast.makeText(this, msg, Toast.LENGTH_LONG).show();
162 R.string.format_error, Toast.LENGTH_LONG).show();
211 mProgressDialog.show();
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListFilter.java52 mShow = (Button) findViewById(R.id.show);
H A DListWithDisappearingItemBug.java44 Toast.makeText(this, "Make sure you rotate screen to see bug", Toast.LENGTH_LONG).show();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPowerDialog.java171 public void show() { method in class:PowerDialog
172 super.show();
173 Log.d(TAG, "show... disabling expand");
H A DKeyguardViewManager.java94 public synchronized void show() { method in class:KeyguardViewManager
95 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
186 show();
/frameworks/base/core/java/android/webkit/
H A DPlugin.java184 .show();
/frameworks/base/core/tests/coretests/src/android/view/
H A DPopupWindowVisibility.java51 mShow = (Button) findViewById(R.id.show);
/frameworks/base/tests/LocationTracker/src/com/android/locationtracker/
H A DTrackerActivity.java151 dialogBuilder.show();
187 exportFileName, Toast.LENGTH_SHORT).show();
191 e.getLocalizedMessage(), Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/android/database/sqlite/
H A DSqliteWrapper.java50 Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/com/google/android/mms/util/
H A DSqliteWrapper.java62 Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java107 void setShowAmPm(boolean show) { argument
108 mAmPm.setVisibility(show ? View.VISIBLE : View.GONE);

Completed in 364 milliseconds

123