Searched refs:show (Results 101 - 125 of 186) sorted by relevance

12345678

/frameworks/base/core/java/android/app/
H A DMediaRouteButton.java160 // Don't show the cheat sheet if we have no description
184 cheatSheet.show();
401 * Asynchronously show the route chooser dialog.
425 mDialogFragment.show(fm, MediaRouteChooserDialogFragment.FRAGMENT_TAG);
H A DActionBar.java101 * e.g. show an arrow to the left indicating the action that will be taken.
201 * @param resId Resource ID of a drawable to show as an icon.
216 * @param icon Drawable to show as an icon.
231 * @param resId Resource ID of a drawable to show as a logo.
246 * @param logo Drawable to show as a logo.
380 * @param showHome true to show home, false otherwise.
394 * @param showHomeAsUp true to show the user that selecting home will return one
625 public abstract void show(); method in class:ActionBar
H A DFragmentManager.java1200 if (DEBUG) Log.v(TAG, "show: " + fragment);
1908 boolean show = false;
1915 show = true;
1936 return show;
1940 boolean show = false;
1946 show = true;
1951 return show;
H A DDialog.java223 * {@link Activity#showDialog(int)} is used to show this Dialog, that
246 public void show() { method in class:Dialog
424 show();
H A DSearchManager.java180 * icon is clicked. The suggestion list should show such a clickable icon beside the entry.
349 * used to show more-recently-used items first.
525 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
/frameworks/base/services/java/com/android/server/power/
H A DShutdownThread.java147 sConfirmDialog.show();
222 pd.show();
/frameworks/native/libs/gui/
H A DSurface.cpp125 status_t SurfaceControl::show() { function in class:android::SurfaceControl
129 return client->show(mToken);
/frameworks/base/core/java/android/preference/
H A DDialogPreference.java257 * {@link AlertDialog.Builder#show()}.
272 * show the dialog on some other event.
308 dialog.show();
322 * Sets the required flags on the dialog window to enable input method window to show up.
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java432 private void postShowTapHighlight(boolean show) { argument
434 if (show) {
445 mUiCallbacks.showTapHighlight(show);
1069 * Inform's the UI that it should show the tap highlight
1070 * @param show True if it should show the highlight, false if it should hide it
1072 public void showTapHighlight(boolean show); argument
H A DCallbackProxy.java600 .show();
643 .show();
701 .show();
750 .show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItemView.java179 // Action buttons don't show text for shortcut keys.
225 // Don't show the cheat sheet for items that already show text.
249 cheatSheet.show();
H A DIconMenuPresenter.java95 helper.show(null);
H A DListMenuPresenter.java139 new MenuDialogHelper(subMenu).show(null);
/frameworks/base/media/tests/MediaDump/src/com/android/mediadump/
H A DRgbPlayerActivity.java166 mMediaController.show();
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DKeyguardAccountView.java270 getProgressDialog().show();
H A DKeyguardSimPukView.java160 mSecurityMessageDisplay.setTimeout(0); // don't show ownerinfo/charging status by default
251 getSimUnlockProgressDialog().show();
H A DKeyguardViewStateManager.java96 public void showBouncer(boolean show) { argument
119 // We use mAppWidgetToShow to show a particular widget after you add it--
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard_obsolete/
H A DAccountUnlockScreen.java277 getProgressDialog().show();
/frameworks/base/services/java/com/android/server/wm/
H A DBlackFrame.java56 surface.show();
H A DWatermark.java121 mSurface.show();
/frameworks/ex/carousel/test/src/com/android/carouseltest/
H A DCarouselTestActivity.java136 .show();
/frameworks/support/v4/java/android/support/v4/app/
H A DFragmentManager.java1210 if (DEBUG) Log.v(TAG, "show: " + fragment);
1927 boolean show = false;
1934 show = true;
1955 return show;
1959 boolean show = false;
1965 show = true;
1970 return show;
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java137 getListPopupWindow().show();
348 popupWindow.show();
/frameworks/av/cmds/stagefright/
H A Dstream.cpp332 CHECK_EQ(control->show(), (status_t)OK);
/frameworks/av/media/libstagefright/wifi-display/sink/
H A DTunnelRenderer.cpp354 CHECK_EQ(mSurfaceControl->show(), (status_t)OK);

Completed in 475 milliseconds

12345678