Searched defs:show (Results 1 - 25 of 144) sorted by last modified time

123456

/packages/services/Telephony/sip/src/com/android/services/telephony/sip/
H A DSipEditor.java175 mAdvancedSettings.show();
307 .show();
320 if (VERBOSE) log("Home button clicked, don't show dialog: " + message);
325 newFragment.show(getFragmentManager(), null);
393 Toast.makeText(this, R.string.saving_account, Toast.LENGTH_SHORT).show();
594 void show() { method in class:SipEditor.AdvancedSettings
601 log("AdvancedSettings.show, pref: " + pref.getKey() + ", order: " +
619 show();
/packages/services/Car/car-support-lib/src/android/support/car/ui/
H A DCarNavExtender.java327 * By default, Android Auto will show a navigation chevron on cards. However, a separate icon
406 * @param show Whether or not to show the notification in the stream.
409 public CarNavExtender setShowInStream(boolean show) { argument
410 mShowInStream = show;
415 * @return Whether or not to show the notification in the stream.
422 * @param show Whether or not to show the notification as a heads up notification.
425 public CarNavExtender setShowAsHeadsUp(boolean show) { argument
426 mShowAsHeadsUp = show;
[all...]
/packages/services/Car/tests/InstrumentClusterRendererSample/src/com/android/car/cluster/sample/
H A DClusterView.java292 Log.d(TAG, "card to show: " + cardToShow + ", animation: " + animation);
339 // animation and show underlying card.
346 // Card was created in the past and is in the queue, need to show
352 // Card doesn't exist, but we want to show it.
355 // We want to add the card to the panel, but do not want to show it.
414 // Card was created in the past and is in the queue, need to show reverse reveal
609 private Animator createRevealAnimator(CardView card, Interpolator interpolator, boolean show) { argument
615 show ? 0 : radius /* start radius */,
616 show ? radius : 0 /* end radius */);
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/
H A DTrampolineActivity.java64 .show();
86 Toast.makeText(this, R.string.dialog_file_missing_body, Toast.LENGTH_SHORT).show();
104 PausedDialogFragment.show(getFragmentManager(), id, size);
114 .show();
120 FailedDialogFragment.show(getFragmentManager(), id, reason);
133 public static void show(FragmentManager fm, long id, long size) { method in class:TrampolineActivity.PausedDialogFragment
139 dialog.show(fm, TAG_PAUSED);
195 public static void show(FragmentManager fm, long id, int reason) { method in class:TrampolineActivity.FailedDialogFragment
201 dialog.show(fm, TAG_FAILED);
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java75 bubba.show(mLocation[0], mLocation[1]);
162 void show(int offx, int offy) { method in class:TutorialEN.Bubble
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java77 bubba.show(mLocation[0], mLocation[1]);
164 void show(int offx, int offy) { method in class:TutorialJAJP.Bubble
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/settings/
H A DCustomInputStylePreference.java80 public void show() { method in class:CustomInputStylePreference
/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/UnifiedEmail/src/com/android/mail/browse/
H A DConversationItemView.java954 // For activated elements in tablet in conversation mode, we show an activated color, since
1084 // No more width available, we'll only show fixed fragments.
1216 // If this folder has a color (combined view/Email), show it here
1738 private ObjectAnimator createTranslateXAnimation(boolean show) { argument
1742 final float start = show ? width : 0f;
1743 final float end = show ? 0f : width;
1754 private ObjectAnimator createHeightAnimation(boolean show) { argument
1755 final float start = show ? 0f : 1.0f;
1756 final float end = show ? 1.0f : 0f;
H A DConversationPagerController.java53 * cons: the activity's Controller has to specially handle show/hide conversation view,
68 * True when the initial conversation passed to show() is busy loading. We assume that the
89 /** Duration of pager.show(...)'s animation */
110 public void show(Account account, Folder folder, Conversation initialConversation, method in class:ConversationPagerController
115 LogUtils.d(LOG_TAG, "IN CPC.show, but already shown");
117 // the existing pager to show the new conversation
145 // ensure that the pager is completely visible for a non-animated pager.show
156 LogUtils.d(LOG_TAG, "IN CPC.show, adapter=%s", mPagerAdapter);
202 * {@link #show(Account, Folder, Conversation, boolean, boolean)} first, and you probably want
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DCcBccView.java49 public void show(boolean animate, boolean showCc, boolean showBcc) { method in class:CcBccView
H A DQuotedTextView.java184 private void updateQuotedTextVisibility(boolean show) { argument
185 mQuotedTextWebView.setVisibility(show ? View.VISIBLE : View.GONE);
186 mIncludeText = show;
219 public void onShowHideQuotedText(boolean show); argument
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DActionableToastBar.java195 * @param descriptionText a description text to show in the toast bar
196 * @param actionTextResourceId resource ID for the text to show in the action button
204 public void show(final ActionClickedListener listener, final CharSequence descriptionText, method in class:ActionableToastBar
H A DAnimatedAdapter.java320 // If we have no content, the only possible thing to show is custom footer (e.g. loading)
513 false /* don't show swipe background */);
516 true /* show swipe background */);
889 public void setFooterVisibility(boolean show) { argument
890 if (mShowCustomFooter != show) {
891 mShowCustomFooter = show;
/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java75 // Whether we should show the guide partially. The first time the user enters the program guide,
76 // we show the grid partially together with the genre side panel on the left. Next time
474 * with show(), the animation may drop some frames.
476 public void show(final Runnable runnableAfterAnimatorReady) { method in class:ProgramGuide
508 Log.d(TAG, "show()");
/packages/apps/TV/src/com/android/tv/menu/
H A DMenu.java167 public void show(@MenuShowReason int reason) { method in class:Menu
168 if (DEBUG) Log.d(TAG, "show reason:" + reason);
/packages/apps/TV/src/com/android/tv/tuner/cc/
H A DCaptionWindowLayout.java168 public void show() { method in class:CaptionWindowLayout
416 show();
/packages/apps/TV/src/com/android/tv/ui/sidepanel/
H A DSideFragmentManager.java94 public void show(SideFragment sideFragment) { method in class:SideFragmentManager
95 show(sideFragment, true);
101 public void show(SideFragment sideFragment, boolean showEnterAnimation) { method in class:SideFragmentManager
/packages/apps/TV/src/com/android/tv/util/
H A DToastUtils.java35 public static void show(Context context, CharSequence text, int duration) { method in class:ToastUtils
40 toast.show();
/packages/apps/Settings/src/com/android/settings/
H A DChooseLockGeneric.java370 // If caller didn't specify password quality, show UI and allow the user to choose.
479 * @param hideDisabledPrefs if false preferences show why they were disabled; otherwise
650 * @param disabled whether or not to show LockScreen at all. Only meaningful when quality is
746 // We need to wait for that to occur, otherwise, the UI will still show that
890 dialog.show(getChildFragmentManager(), TAG_FRP_WARNING_DIALOG);
912 public void show(FragmentManager manager, String tag) { method in class:ChooseLockGeneric.ChooseLockGenericFragment.FactoryResetProtectionWarningDialog
915 super.show(manager, tag);
H A DConfirmDeviceCredentialBaseFragment.java130 // verifyTiedProfileChallenge. In such case, we also wanna show the user message that
294 LastTryDialog.show(getFragmentManager(), title, getLastTryErrorMessage(),
298 LastTryDialog.show(getFragmentManager(), null /* title */,
342 static boolean show(FragmentManager from, String title, int message, int button, method in class:ConfirmDeviceCredentialBaseFragment.LastTryDialog
356 dialog.show(from, TAG);
H A DOwnerInfoSettings.java61 .show();
86 public static void show(Fragment parent) { method in class:OwnerInfoSettings
91 dialog.show(parent.getFragmentManager(), TAG_OWNER_INFO);
H A DSecuritySettings.java781 dialog.show(getChildFragmentManager(), TAG_UNIFICATION_DIALOG);
1191 public void show(FragmentManager manager, String tag) { method in class:SecuritySettings.UnificationConfirmationDialog
1194 super.show(manager, tag);
H A DUserCredentialsSettings.java83 CredentialDialogFragment.show(this, item);
104 public static void show(Fragment target, Credential item) { method in class:UserCredentialsSettings.CredentialDialogFragment
112 frag.show(target.getFragmentManager(), TAG);
256 // Do not show work profile keys in user credentials
261 // Do not show synthetic password keys in user credential

Completed in 629 milliseconds

123456