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

123456

/frameworks/base/core/java/com/android/internal/view/menu/
H A DShowableListMenu.java25 public void show(); method in interface:ShowableListMenu
H A DMenuDialogHelper.java48 public void show(IBinder windowToken) { method in class:MenuDialogHelper
86 mDialog.show();
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DShowableListMenu.java27 public void show(); method in interface:ShowableListMenu
/frameworks/base/packages/MtpDocumentsProvider/tests/src/com/android/mtp/
H A DTestResultActivity.java36 static void show(Context context, String message) { method in class:TestResultActivity
H A DTestResultInstrumentation.java27 * Instrumentation that can show the test result in the TestResultActivity.
54 show("ERROR", test, t);
60 show("FAIL", test, t);
66 show("PASS", test, null);
75 void show(String message) { method in class:TestResultInstrumentation
76 TestResultActivity.show(getContext(), " " + message);
79 private void show(String tag, Test test, Throwable t) { method in class:TestResultInstrumentation
84 TestResultActivity.show(
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DProfileSelectDialog.java36 public static void show(FragmentManager manager, Tile tile) { method in class:ProfileSelectDialog
41 dialog.show(manager, "select_profile");
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
H A DFullscreenUserSwitcher.java48 public void show() { method in class:FullscreenUserSwitcher
/frameworks/base/services/core/java/com/android/server/am/
H A DUnsupportedDisplaySizeDialog.java71 public void show() { method in class:UnsupportedDisplaySizeDialog
72 mDialog.show();
H A DUserSwitchingDialog.java37 * Dialog to show when a user switch it about to happen. The intent is to snapshot the screen
87 public void show() { method in class:UserSwitchingDialog
88 // Slog.v(TAG, "show called");
89 super.show();
H A DLockTaskNotify.java64 public void show(boolean starting) { method in class:LockTaskNotify
76 toast.show();
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java99 void show(@Nullable final InternalVisibilityChangedListener listener, final boolean fromUser) { method in class:FloatingActionButtonIcs
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DMessageBar.java40 * and has to be shown by calling MessageBar.show.
109 // The container view is used to show/hide the error bar. If a container is not provided,
119 public void show() { method in class:MessageBar
120 // The container view is used to show/hide the error bar. If a container is not provided,
H A DOperationDialogFragment.java58 public static void show(FragmentManager fm, @DialogType int dialogType, method in class:OperationDialogFragment
H A DCreateDirectoryFragment.java54 public static void show(FragmentManager fm) { method in class:CreateDirectoryFragment
56 dialog.show(fm, TAG_CREATE_DIRECTORY);
85 // Workaround for the problem - virtual keyboard doesn't show on the phone.
159 .show();
H A DPickFragment.java50 public static void show(FragmentManager fm) { method in class:PickFragment
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DSystemUIDialog.java46 public void setShowForAllUsers(boolean show) { argument
47 setShowForAllUsers(this, show);
62 public static void setShowForAllUsers(AlertDialog dialog, boolean show) { argument
63 if (show) {
/frameworks/support/v4/java/android/support/v4/widget/
H A DContentLoadingProgressBar.java91 * hidden until it has been shown for at least a minimum show time. If the
118 public void show() { method in class:ContentLoadingProgressBar
/frameworks/base/core/java/android/app/
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...]
/frameworks/base/core/java/android/widget/
H A DZoomControls.java82 public void show() { method in class:ZoomControls
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistOrbContainer.java58 public void show(final boolean show, boolean animate) { argument
59 if (show) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DSignalCallbackAdapter.java48 public void setNoSims(boolean show) { argument
/frameworks/opt/photoviewer/activity/src/com/android/ex/photo/
H A DActionBarWrapper.java62 public void show() { method in class:ActionBarWrapper
63 mActionBar.show();
/frameworks/opt/photoviewer/appcompat/src/com/android/ex/photo/
H A DActionBarWrapper.java63 public void show() { method in class:ActionBarWrapper
64 mActionBar.show();
/frameworks/opt/photoviewer/src/com/android/ex/photo/
H A DActionBarInterface.java42 public void show(); method in interface:ActionBarInterface
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DProgressBarManager.java13 * {@link BrowseFragment} & {@link VerticalGridFragment} to show {@link ProgressBar}
65 public void show() { method in class:ProgressBarManager

Completed in 482 milliseconds

123456