Searched refs:show (Results 201 - 225 of 430) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
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
207 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
219 * Does the rest of the work required to show the search dialog. Called by
220 * {@link #show(String, boolean, ComponentName, Bundle)} and
226 // set up the searchable and show the dialog
227 if (!show(componentName, appSearchData)) {
245 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
248 Log.d(LOG_TAG, "show(" + componentName + ", "
265 // show th
[all...]
/frameworks/base/core/java/android/widget/
H A DForwardingListener.java123 * By default, this will show the popup returned by {@link #getPopup()}.
132 popup.show();
/frameworks/base/core/java/com/android/internal/app/
H A DDumpHeapActivity.java113 mDialog = b.show();
H A DNetInitiatedActivity.java153 Toast.LENGTH_LONG).show();
H A DUnlaunchableAppActivity.java63 // As this activity has nothing to show, we should hide the title bar also
103 builder.show();
/frameworks/base/core/java/com/android/internal/view/
H A DStandaloneActionMode.java145 new MenuPopupHelper(mContextView.getContext(), subMenu).show();
/frameworks/base/core/java/com/android/internal/view/menu/
H A DActionMenuItem.java224 public void setShowAsAction(int show) { argument
225 // Do nothing. ActionMenuItems always show as action buttons.
H A DCascadingMenuPopup.java94 info.window.show();
239 public void show() { method in class:CascadingMenuPopup
347 * @param menu the menu to show
353 // Apply "force show icon" setting. There are 3 cases:
435 popupWindow.show();
437 // If this is the root menu, show the title if requested.
448 popupWindow.show();
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DOperationDialogFragment.java58 public static void show(FragmentManager fm, @DialogType int dialogType, method in class:OperationDialogFragment
H A DPickFragment.java50 public static void show(FragmentManager fm) { method in class:PickFragment
/frameworks/base/packages/FakeOemFeatures/src/com/android/fakeoemfeatures/
H A DFakeApp.java112 dialog.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DGuestResumeSessionReceiver.java82 mNewSessionDialog.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DDataSaverTile.java79 dialog.show();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DMultiUserSwitch.java119 mKeyguardUserSwitcher.show(true /* animate */);
/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
H A DGetBitmapSurfaceViewActivity.java60 "Failed to copy", Toast.LENGTH_SHORT).show();
H A DHardwareCanvasSurfaceViewActivity.java62 "Failed to copy", Toast.LENGTH_SHORT).show();
/frameworks/ml/bordeaux/service/src/android/bordeaux/services/
H A DBordeauxService.java101 //Toast.makeText(this, R.string.remote_service_stopped, Toast.LENGTH_SHORT).show();
166 Toast.makeText(this, "Task removed: " + rootIntent, Toast.LENGTH_LONG).show();
183 // // Set the info for the views that show in the notification panel.
/frameworks/support/design/base/android/support/design/widget/
H A DFloatingActionButtonImpl.java115 abstract void show(@Nullable InternalVisibilityChangedListener listener, boolean fromUser); method in class:FloatingActionButtonImpl
/frameworks/support/design/ics/android/support/design/widget/
H A DFloatingActionButtonIcs.java104 void show(@Nullable final InternalVisibilityChangedListener listener, final boolean fromUser) { method in class:FloatingActionButtonIcs
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentHideShowSupport.java65 ft.show(fragment);
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarDisplayOptions.java121 bar.show();
H A DToolbarDisplayOptions.java117 bar.show();
/frameworks/support/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/widget/
H A DListPopupWindowActivity.java137 // and show it
138 mListPopupWindow.show();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DFragmentHideShowSupport.java65 ft.show(fragment);
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/app/
H A DActionBarDisplayOptions.java121 bar.show();

Completed in 5018 milliseconds

1234567891011>>