Searched refs:show (Results 1 - 25 of 423) sorted by relevance

1234567891011>>

/packages/apps/Settings/src/com/android/settings/dashboard/
H A DNoHomeDialogFragment.java27 public static void show(Activity parent) { method in class:NoHomeDialogFragment
29 dialog.show(parent.getFragmentManager(), null);
/packages/apps/Camera2/src/com/android/camera/filmstrip/
H A DFilmstripContentPanel.java67 void show(); method in interface:FilmstripContentPanel
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DControllerOverlay.java42 void show(); method in interface:ControllerOverlay
H A DMovieControllerOverlay.java75 public void show() { method in class:MovieControllerOverlay
78 super.show();
129 show();
141 show();
H A DMuteVideo.java67 Toast.LENGTH_SHORT).show();
77 .show();
102 mMuteProgress.show();
/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMinTimeProgressDialog.java56 MinTimeProgressDialog.super.show();
101 public void show() { method in class:MinTimeProgressDialog
115 public static MinTimeProgressDialog show(Context context, CharSequence title, method in class:MinTimeProgressDialog
126 dialog.show();
H A DMinTimeProgressView.java88 private void show() { method in class:MinTimeProgressView
101 show();
/packages/apps/DeskClock/src/com/android/deskclock/
H A DDeskClockFragment.java77 public void show() {
79 super.show();
94 fakeOverflow.show();
/packages/apps/Settings/src/com/android/settings/notification/
H A DRedactionInterstitial.java84 final boolean show = Settings.Secure.getInt(getContentResolver(),
86 mShowAllButton.setChecked(enabled && show);
87 mRedactSensitiveButton.setChecked(enabled && !show);
93 final boolean show = (v == mShowAllButton);
97 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0);
/packages/apps/ContactsCommon/src/com/android/contacts/common/dialog/
H A DClearFrequentsDialog.java36 /** Preferred way to show this dialog */
37 public static void show(FragmentManager fragmentManager) { method in class:ClearFrequentsDialog
39 dialog.show(fragmentManager, "clearFrequents");
48 final IndeterminateProgressDialog progressDialog = IndeterminateProgressDialog.show(
/packages/apps/Dialer/src/com/android/dialer/calllog/
H A DClearCallLogDialog.java44 /** Preferred way to show this dialog */
45 public static void show(FragmentManager fragmentManager) { method in class:ClearCallLogDialog
47 dialog.show(fragmentManager, "deleteCallLog");
57 final ProgressDialog progressDialog = ProgressDialog.show(getActivity(),
84 // to only show up after a certain time (e.g. 150ms)
85 progressDialog.show();
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooser.java40 /* When the screen is XLarge, the fragment is not included in the layout, so show it
44 fragment.show(getFragmentManager(), "dialog");
/packages/apps/VoiceDialer/src/com/android/voicedialer/
H A DVoiceDialerReceiver.java55 Toast.makeText(context, R.string.logging_enabled, Toast.LENGTH_LONG).show();
61 Toast.makeText(context, R.string.logging_disabled, Toast.LENGTH_LONG).show();
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DTrampolineActivity.java69 Toast.makeText(this, R.string.dialog_file_missing_body, Toast.LENGTH_SHORT).show();
87 PausedDialogFragment.show(getFragmentManager(), id);
97 .show();
103 FailedDialogFragment.show(getFragmentManager(), id, reason);
116 public static void show(FragmentManager fm, long id) { method in class:TrampolineActivity.PausedDialogFragment
121 dialog.show(fm, TAG_PAUSED);
160 public static void show(FragmentManager fm, long id, int reason) { method in class:TrampolineActivity.FailedDialogFragment
166 dialog.show(fm, TAG_FAILED);
/packages/apps/Contacts/src/com/android/contacts/list/
H A DDefaultContactBrowseListFragment.java144 private void showSearchProgress(boolean show) { argument
146 mSearchProgress.setVisibility(show ? View.VISIBLE : View.GONE);
222 private void showEmptyUserProfile(boolean show) { argument
226 mProfileHeaderContainer.setVisibility(show ? View.VISIBLE : View.GONE);
227 mProfileHeader.setVisibility(show ? View.VISIBLE : View.GONE);
228 mProfileTitle.setVisibility(show ? View.VISIBLE : View.GONE);
229 mProfileMessage.setVisibility(show ? View.VISIBLE : View.GONE);
/packages/apps/Settings/src/com/android/settings/
H A DSetFullBackupPassword.java51 Toast.LENGTH_LONG).show();
62 Toast.LENGTH_LONG).show();
69 Toast.LENGTH_LONG).show();
/packages/apps/Settings/src/com/android/settings/bluetooth/
H A DUtils.java57 // Create (or recycle existing) and show disconnect dialog.
78 dialog.show();
82 // TODO: wire this up to show connection errors...
101 .show();
103 Toast.makeText(context, message, Toast.LENGTH_SHORT).show();
/packages/apps/InCallUI/src/com/android/incallui/
H A DCallButtonFragment.java191 mOverflowPopup.show();
342 public void showAudioButton(boolean show) { argument
343 mAudioButton.setVisibility(show ? View.VISIBLE : View.GONE);
347 public void showChangeToVoiceButton(boolean show) { argument
348 mChangeToVoiceButton.setVisibility(show ? View.VISIBLE : View.GONE);
357 public void showDialpadButton(boolean show) { argument
358 mShowDialpadButton.setVisibility(show ? View.VISIBLE : View.GONE);
369 public void showHoldButton(boolean show) { argument
370 mHoldButton.setVisibility(show ? View.VISIBLE : View.GONE);
379 public void showSwapButton(boolean show) { argument
384 showChangeToVideoButton(boolean show) argument
394 showSwitchCameraButton(boolean show) argument
404 showAddCallButton(boolean show) argument
410 showMergeButton(boolean show) argument
420 showPauseVideoButton(boolean show) argument
430 showOverflowButton(boolean show) argument
[all...]
H A DCallButtonPresenter.java90 ui.displayDialpad(true /* show */, true /* animate */);
96 ui.displayDialpad(false /* show */, true /* animate */);
248 getUi().displayDialpad(checked /* show */, true /* animate */);
411 // (1) If the device normally can hold, show HOLD in a disabled state.
418 // If we show video upgrade and add/merge and hold/swap, the overflow menu is needed.
421 // If we show hold/swap, add, and merge simultaneously, the overflow menu is needed.
491 void showAudioButton(boolean show); argument
492 void showChangeToVoiceButton(boolean show); argument
493 void showDialpadButton(boolean show); argument
495 void showHoldButton(boolean show); argument
497 showSwapButton(boolean show) argument
498 showChangeToVideoButton(boolean show) argument
500 showSwitchCameraButton(boolean show) argument
502 showAddCallButton(boolean show) argument
503 showMergeButton(boolean show) argument
504 showPauseVideoButton(boolean show) argument
506 showOverflowButton(boolean show) argument
[all...]
/packages/apps/ContactsCommon/src/com/android/contacts/common/
H A DClipboardUtils.java34 * @param label Label to show to the user describing this clip.
49 Toast.makeText(context, toastText, Toast.LENGTH_SHORT).show();
/packages/apps/Exchange/src/com/android/exchange/
H A DSettingsRedirector.java50 toast.show();
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
H A DBluetoothDevicePickerActivity.java44 toast.show();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DClearUserDictionaryDialogPreferenceEN.java61 /* show the message */
63 Toast.LENGTH_LONG).show();
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DClearLearnDictionaryDialogPreferenceJAJP.java61 /* show the message */
63 Toast.LENGTH_LONG).show();
H A DClearUserDictionaryDialogPreferenceJAJP.java61 /* show the message */
63 Toast.LENGTH_LONG).show();

Completed in 670 milliseconds

1234567891011>>