Searched defs:show (Results 1 - 25 of 48) sorted by relevance

12

/frameworks/base/core/java/android/webkit/
H A DZoomControlBase.java23 public void show(); method in interface:ZoomControlBase
H A DZoomControlEmbedded.java38 public void show() { method in class:ZoomControlEmbedded
50 Toast.LENGTH_LONG).show();
H A DPluginFullScreenHolder.java79 public void show() { method in class:PluginFullScreenHolder
H A DZoomControlExternal.java44 public void show() { method in class:ZoomControlExternal
48 getControls().show(true);
131 public void show(boolean showZoom) { method in class:ZoomControlExternal.ExtendedZoomControls
H A DHTML5VideoFullScreen.java90 mMediaController.show();
162 mMediaController.show();
189 // If paused , should show the controller for ever!
191 mMediaController.show();
193 mMediaController.show(0);
230 // Don't show the controller after exiting the full screen.
348 public void show() { method in class:HTML5VideoFullScreen.FullScreenMediaController
349 super.show();
/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.java51 public void show(IBinder windowToken) { method in class:MenuDialogHelper
89 mDialog.show();
H A DMenuPopupHelper.java99 public void show() { method in class:MenuPopupHelper
127 mPopup.show();
201 mPopup.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsCallback.java30 void handleShowBackground(boolean show); argument
/frameworks/base/core/java/android/widget/
H A DZoomControls.java82 public void show() { method in class:ZoomControls
H A DPopupMenu.java75 * items before calling {@link #show()}.
77 * @see #show()
107 public void show() { method in class:PopupMenu
108 mPopup.show();
113 * @see #show()
167 new MenuPopupHelper(mContext, subMenu, mAnchor).show();
H A DToast.java38 * helps you create and show those.
84 * can call {@link #show}.
99 public void show() { method in class:Toast
117 * Close the view if it's showing, or don't show it if it isn't showing yet.
127 * Set the view to show.
143 * Set how long to show the view for.
227 * @param text The text to show. Can be formatted text.
348 public void show() { method in class:Toast.TN
/frameworks/base/services/java/com/android/server/wm/
H A DDimAnimator.java62 void show(int dw, int dh) { method in class:DimAnimator
72 mDimSurface.show();
H A DDimSurface.java53 void show(int dw, int dh, int layer, int color) { method in class:DimSurface
64 mDimSurface.show();
/frameworks/base/core/java/android/app/
H A DFragmentTransaction.java93 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
203 * Set the full title to show as a bread crumb when this transaction
218 * Set the short title to show as a bread crumb when this transaction
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
242 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
419 * used to show an AlertDialog instead of a generic Dialog; when doing so,
490 mDialog.show();
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
210 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
222 * Does the rest of the work required to show the search dialog. Called by
223 * {@link #show(String, boolean, ComponentName, Bundle)} and
229 // set up the searchable and show the dialog
230 if (!show(componentName, appSearchData)) {
248 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
251 Log.d(LOG_TAG, "show(" + componentName + ", "
268 // show th
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DShirtPocket.java64 show(false);
71 private void show(boolean animate) { method in class:ShirtPocket.DropZone
104 show(true);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DKeyguardViewBase.java111 abstract public void show(); method in class:KeyguardViewBase
H A DKeyguardViewManager.java105 public synchronized void show() { method in class:KeyguardViewManager
106 if (DEBUG) Log.d(TAG, "show(); mKeyguardView==" + mKeyguardView);
171 mKeyguardView.show();
253 show();
/frameworks/base/core/java/com/android/internal/widget/
H A DDigitalClock.java120 void setShowAmPm(boolean show) { argument
122 mAmPmTextView.setVisibility(show ? View.VISIBLE : View.GONE);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNavigationBarView.java164 public void setMenuVisibility(final boolean show) { argument
165 setMenuVisibility(show, false);
168 public void setMenuVisibility(final boolean show, final boolean force) { argument
169 if (!force && mShowMenu == show) return;
171 mShowMenu = show;
/frameworks/support/v4/java/android/support/v4/app/
H A DDialogFragment.java120 public void show(FragmentManager manager, String tag) { method in class:DialogFragment
135 public int show(FragmentTransaction transaction, String tag) { method in class:DialogFragment
271 * used to show an AlertDialog instead of a generic Dialog; when doing so,
340 mDialog.show();
H A DFragmentTransaction.java107 public abstract FragmentTransaction show(Fragment fragment); method in class:FragmentTransaction
217 * Set the full title to show as a bread crumb when this transaction
232 * Set the short title to show as a bread crumb when this transaction

Completed in 733 milliseconds

12