Searched refs:show (Results 226 - 250 of 430) sorted by relevance

1234567891011>>

/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DToolbarDisplayOptions.java117 bar.show();
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DListPopupWindowActivity.java137 // and show it
138 mListPopupWindow.show();
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DStandaloneActionMode.java151 new MenuPopupHelper(mContextView.getContext(), subMenu).show();
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DCascadingMenuPopup.java108 info.window.show();
234 public void show() { method in class:CascadingMenuPopup
341 * @param menu the menu to show
347 // Apply "force show icon" setting. There are 3 cases:
428 popupWindow.show();
430 // If this is the root menu, show the title if requested.
441 popupWindow.show();
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DListPopupWindowTest.java358 // And also configure it to show the popup window on click
362 mListPopupWindow.show();
396 * with the show() method, most of its configuration APIs are no-ops. This means that
488 // The following mock listeners have to be set before the call to show() as
510 private void show() { method in class:ListPopupWindowTest.Builder
512 mListPopupWindow.show();
519 show();
H A DPopupMenuTest.java549 * with the show() method, most of its configuration APIs are no-ops. This means that
570 private void show() { method in class:PopupMenuTest.Builder
589 mPopupMenu.show();
596 show();
/frameworks/base/core/java/android/app/
H A DFragment.java276 * create and display a new fragment to show the details in-place (more about
277 * this later), or start a new activity to show the details.</p>
296 * <p>However the screen may be large enough to show both the list of titles
1221 * Calling this API for permissions already granted to your app would show UI
1294 * Gets whether you should show UI with rationale for requesting a permission.
1303 * you may choose to show UI with rationale of requesting this permission.
1307 * @return Whether you can show permission rationale UI.
1884 * can show the context menu). This method will set the
1887 * called when it is time to show the context menu.
1890 * @param view The view that should 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();
/frameworks/base/core/java/android/widget/
H A DToast.java45 * helps you create and show those.
96 * can call {@link #show}.
113 public void show() { method in class:Toast
131 * Close the view if it's showing, or don't show it if it isn't showing yet.
146 * Set the view to show.
162 * Set how long to show the view for.
256 * @param text The text to show. Can be formatted text.
383 public void show(IBinder windowToken) { method in class:Toast.TN
H A DActivityChooserView.java143 getListPopupWindow().show();
400 popupWindow.show();
667 Toast.makeText(mContext, message, Toast.LENGTH_SHORT).show();
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...]
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardSimPukView.java187 mSecurityMessageDisplay.setTimeout(0); // don't show ownerinfo/charging status by default
318 getSimUnlockProgressDialog().show();
339 // this is getting critical - show dialog
340 getPukRemainingAttemptsDialog(attemptsRemaining).show();
342 // show message
/frameworks/base/packages/Keyguard/test/src/com/android/keyguard/test/
H A DKeyguardTestActivity.java88 .show();
105 .show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCellularTile.java218 public void setNoSims(boolean show) { argument
219 mInfo.noSim = show;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java104 show(animate);
119 public void show(boolean animate) { method in class:KeyguardUserSwitcher
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DPlaybackControlsPresenter.java97 void showMoreActions(boolean show) { argument
98 if (show) {
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowSurfaceController.java412 mSurfaceControl.show();
418 mAnimator.reclaimSomeSurfaceMemory("show", true);
681 public void show() { method in class:WindowSurfaceController.SurfaceTrace
683 if (LOG_SURFACE_TRACE) Slog.v(SURFACE_TAG, "show: OLD:" + this + ". Called by "
687 super.show();
857 public void show() { method in class:WindowSurfaceController.SurfaceControlWithBackground
858 super.show();
893 mBackgroundControl.show();
H A DDimLayerController.java253 state.dimLayer.show(dimLayer, dimAmount, duration);
268 state.dimLayer.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DNavBarTuner.java192 .show();
457 .show();
487 }).show();
496 .show();
543 dialog.show();
/frameworks/support/design/src/android/support/design/widget/
H A DSnackbar.java60 * Snackbars provide lightweight feedback about an operation. They show a brief message at the
120 * @see Snackbar#show()
138 * that is {@link #show() shown} until either it is dismissed, or another Snackbar is shown.
217 * @param text The text to show. Can be formatted text.
364 * Set how long to show the view for.
397 public void show() { method in class:Snackbar
398 SnackbarManager.getInstance().show(mDuration, mManagerCallback);
438 public void show() {
520 // Otherwise, add one of our layout change listeners and show it in when laid out
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DScrimController.java116 public void setShowScrimBehind(boolean show) { argument
117 if (show) {
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DIPControls.java316 newFragment.show(getFragmentManager(), "settings");
336 newFragment.show(getFragmentManager(), "settings");
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DIPControlsJB.java324 newFragment.show(getFragmentManager(), "settings");
345 newFragment.show(getFragmentManager(), "settings");
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertDialog.java122 * example, via {@link #show()} or {@link #create()}).
151 * This method has no effect if called after {@link #show()}.
168 * after {@link #show()}.
176 * view. This method has no effect if called after {@link #show()}.
178 * @param view The view to show in the content area of the dialog
198 * after {@link #show()}.
213 * has no effect if called after {@link #show()}.
924 * processing is needed, {@link #show()} may be called instead to both
951 * dialog.show();
954 public AlertDialog show() { method in class:AlertDialog.Builder
[all...]
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java41 * points to an instance of this class to show the preferences. To instantiate
75 * show preferences "WiFi" (which can be used to quickly enable/disable WiFi)
77 * clicked will show another screen of preferences such as "Prefer WiFi" (and
128 * or {@link PreferenceFragment} to show the preferences contained in this
223 dialog.show();

Completed in 1016 milliseconds

1234567891011>>