Searched refs:show (Results 26 - 50 of 68) sorted by relevance

123

/frameworks/base/tests/backup/src/com/android/backuptest/
H A DBackupTestActivity.java74 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
118 Toast.makeText(BackupTestActivity.this, str, Toast.LENGTH_SHORT).show();
/frameworks/base/core/java/android/preference/
H A DPreferenceScreen.java36 * points to an instance of this class to show the preferences. To instantiate
70 * show preferences "WiFi" (which can be used to quickly enable/disable WiFi)
72 * clicked will show another screen of preferences such as "Prefer WiFi" (and
94 * to show the preferences contained in this {@link PreferenceScreen}.
168 dialog.show();
H A DDialogPreference.java257 * {@link AlertDialog.Builder#show()}.
270 * show the dialog on some other event.
306 dialog.show();
320 * Sets the required flags on the dialog window to enable input method window to show up.
/frameworks/base/include/surfaceflinger/
H A DSurfaceComposerClient.h142 status_t show(SurfaceID id, int32_t layer = -1);
H A DSurface.h74 status_t show(int32_t layer = -1);
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
H A DFileList.java146 builder.create().show();
177 String title = mPath; //.substring(mBaseLength-11); // show the word LayoutTests
/frameworks/base/core/java/com/android/internal/app/
H A DShutdownThread.java117 dialog.show();
160 pd.show();
/frameworks/base/core/java/android/app/
H A DAlertDialog.java125 * @param view The view to show in the content area of the dialog
781 * {@link Dialog#show()} the dialog. This allows the user to do any extra processing
782 * before displaying the dialog. Use {@link #show()} if you don't have any other processing
798 * {@link Dialog#show()}'s the dialog.
800 public AlertDialog show() { method in class:AlertDialog.Builder
802 dialog.show();
H A DDialog.java193 * {@link Activity#showDialog(int)} is used to show this Dialog, that
216 public void show() { method in class:Dialog
374 show();
H A DApplicationThreadNative.java85 boolean show = data.readInt() != 0;
87 scheduleStopActivity(b, show, configChanges);
95 boolean show = data.readInt() != 0;
96 scheduleWindowVisibility(b, show);
H A DSearchManager.java483 mSearchDialog.show(initialQuery, selectInitialQuery, launchActivity, appSearchData);
H A DDownloadManager.java470 * @param show whether the download manager should show a notification for this download.
473 public Request setShowRunningNotification(boolean show) { argument
474 mShowNotification = show;
H A DSearchDialog.java89 // The string used for privateImeOptions to identify to the IME that it should not show
178 // but necessary to show the popup window until the window manager supports
235 public boolean show(String initialQuery, boolean selectInitialQuery, method in class:SearchDialog
247 * Does the rest of the work required to show the search dialog. Called by
248 * {@link #show(String, boolean, ComponentName, Bundle)} and
254 // set up the searchable and show the dialog
255 if (!show(componentName, appSearchData)) {
274 private boolean show(ComponentName componentName, Bundle appSearchData) { method in class:SearchDialog
277 Log.d(LOG_TAG, "show(" + componentName + ", "
294 // show th
[all...]
H A DActivityThread.java779 // otherwise, show human-readable format
2443 private final void updateVisibility(ActivityClientRecord r, boolean show) { argument
2446 if (show) {
2470 private final void handleStopActivity(IBinder token, boolean show, int configChanges) { argument
2475 performStopActivityInner(r, info, show);
2478 TAG, "Finishing stop of " + r + ": show=" + show
2481 updateVisibility(r, show);
2499 private final void handleWindowVisibility(IBinder token, boolean show) { argument
2501 if (!show
[all...]
/frameworks/base/core/java/android/text/
H A DDynamicLayout.java345 private void dump(boolean show) { argument
351 if (show) {
/frameworks/base/core/java/android/view/
H A DSurface.java376 public native void show(); method in class:Surface
H A DVolumePanel.java204 * the way to zero and don't show the mute icon.
236 * the way to zero and don't show the mute icon.
266 mToast.show();
/frameworks/base/core/java/android/widget/
H A DSpinner.java260 mPopup = builder.setSingleChoiceItems(adapter, getSelectedItemPosition(), this).show();
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DLockPatternKeyguardView.java53 * two {@link Mode}s of operation, lock and unlock. This will show the appropriate
708 dialog.show();
731 dialog.show();
H A DAccountUnlockScreen.java284 getProgressDialog().show();
H A DSimUnlockScreen.java221 getSimUnlockProgressDialog().show();
H A DGlobalActions.java52 * Helper to show the global actions dialog. Each item is an {@link Action} that
53 * may show depending on whether the keyguard is showing, and whether the device
112 mDialog.show();
/frameworks/base/core/java/android/webkit/
H A DCallbackProxy.java515 .show();
552 .show();
604 .show();
639 .show();
/frameworks/base/core/java/com/android/internal/widget/
H A DEditStyledText.java1380 mBuilder.show();
1402 mBuilder.show();
1424 mBuilder.show();
1458 mBuilder.show();
H A DSlidingTab.java64 private static final int ANIM_TARGET_TIME = 500; // Time to show targets (in ms)
249 void show(boolean animate) { method in class:SlidingTab.Slider
566 // Clear animations so sliders don't continue to animate when we show the widget again.
613 mOtherSlider.show(true);
639 int holdOffset = holdAfter ? 0 : width; // how much of tab to show at the end of anim
648 int holdOffset = holdAfter ? 0 : height; // how much of tab to show at end of anim

Completed in 1066 milliseconds

123