/packages/apps/InCallUI/src/com/android/incallui/ |
D | CallButtonFragment.java | 191 mOverflowPopup.show(); in onClick() 342 public void showAudioButton(boolean show) { in showAudioButton() argument 343 mAudioButton.setVisibility(show ? View.VISIBLE : View.GONE); in showAudioButton() 347 public void showChangeToVoiceButton(boolean show) { in showChangeToVoiceButton() argument 348 mChangeToVoiceButton.setVisibility(show ? View.VISIBLE : View.GONE); in showChangeToVoiceButton() 357 public void showDialpadButton(boolean show) { in showDialpadButton() argument 358 mShowDialpadButton.setVisibility(show ? View.VISIBLE : View.GONE); in showDialpadButton() 369 public void showHoldButton(boolean show) { in showHoldButton() argument 370 mHoldButton.setVisibility(show ? View.VISIBLE : View.GONE); in showHoldButton() 379 public void showSwapButton(boolean show) { in showSwapButton() argument [all …]
|
D | CallButtonPresenter.java | 491 void showAudioButton(boolean show); in showAudioButton() argument 492 void showChangeToVoiceButton(boolean show); in showChangeToVoiceButton() argument 493 void showDialpadButton(boolean show); in showDialpadButton() argument 495 void showHoldButton(boolean show); in showHoldButton() argument 497 void showSwapButton(boolean show); in showSwapButton() argument 498 void showChangeToVideoButton(boolean show); in showChangeToVideoButton() argument 500 void showSwitchCameraButton(boolean show); in showSwitchCameraButton() argument 502 void showAddCallButton(boolean show); in showAddCallButton() argument 503 void showMergeButton(boolean show); in showMergeButton() argument 504 void showPauseVideoButton(boolean show); in showPauseVideoButton() argument [all …]
|
D | AnswerFragment.java | 111 public void showAnswerUi(boolean show) { in showAnswerUi() argument 112 getView().setVisibility(show ? View.VISIBLE : View.GONE); in showAnswerUi() 114 Log.d(this, "Show answer UI: " + show); in showAnswerUi() 115 if (show) { in showAnswerUi() 210 mCannedResponsePopup.show(); in showMessageDialog() 316 mCustomMessagePopup.show(); in showCustomMessageDialog()
|
D | InCallActivity.java | 644 ft.show(mDialpadFragment); in showDialpad() 682 public void showConferenceCallManager(boolean show) { in showConferenceCallManager() argument 683 mConferenceManagerFragment.setVisible(show); in showConferenceCallManager() 687 mCallCardFragment.getView().setVisibility(show ? View.GONE : View.VISIBLE); in showConferenceCallManager() 693 fragment.show(getFragmentManager(), "postCharWait"); in showPostCharWaitDialog() 754 mDialog.show(); in showErrorDialog()
|
/packages/apps/Camera/src/com/android/camera/ui/ |
D | PieRenderer.java | 209 show(false); in showInCenter() 217 show(true); in showInCenter() 222 show(false); in hide() 229 private void show(boolean show) { in show() argument 230 if (show) { in show() 247 setVisible(show); in show() 248 mHandler.sendEmptyMessage(show ? MSG_OPEN : MSG_CLOSE); in show() 356 show(false); in startFadeOut() 363 show(false); in startFadeOut() 436 show(true); in onTouchEvent() [all …]
|
/packages/providers/DownloadProvider/ui/src/com/android/providers/downloads/ui/ |
D | TrampolineActivity.java | 69 Toast.makeText(this, R.string.dialog_file_missing_body, Toast.LENGTH_SHORT).show(); in onCreate() 87 PausedDialogFragment.show(getFragmentManager(), id); in onCreate() 97 .show(); in onCreate() 103 FailedDialogFragment.show(getFragmentManager(), id, reason); in onCreate() 116 public static void show(FragmentManager fm, long id) { in show() method in TrampolineActivity.PausedDialogFragment 121 dialog.show(fm, TAG_PAUSED); in show() 160 public static void show(FragmentManager fm, long id, int reason) { in show() method in TrampolineActivity.FailedDialogFragment 166 dialog.show(fm, TAG_FAILED); in show()
|
/packages/apps/Settings/src/com/android/settings/ |
D | DataUsageSummary.java | 582 ConfirmRestrictFragment.show(this); in onOptionsItemSelected() 1186 ConfirmDataDisableFragment.show(DataUsageSummary.this, getSubId(mCurrentTab)); 1241 builder.create().show(); in handleMultiSimDataDialog() 1251 ConfirmLimitFragment.show(DataUsageSummary.this); 1267 ConfirmAppRestrictFragment.show(DataUsageSummary.this); 1284 AppDetailsFragment.show(DataUsageSummary.this, app, detail.label); 1295 CycleEditorFragment.show(DataUsageSummary.this); 1475 WarningEditorFragment.show(DataUsageSummary.this); 1480 LimitEditorFragment.show(DataUsageSummary.this); 1889 public static void show(DataUsageSummary parent, AppItem app, CharSequence label) { in show() method in DataUsageSummary.AppDetailsFragment [all …]
|
D | CredentialStorage.java | 305 dialog.show(); in ResetDialog() 349 R.string.credentials_erased, Toast.LENGTH_SHORT).show(); in onPostExecute() 352 R.string.credentials_not_erased, Toast.LENGTH_SHORT).show(); in onPostExecute() 374 dialog.show(); in ConfigureKeyGuardDialog() 506 dialog.show(); in UnlockDialog() 535 Toast.LENGTH_SHORT).show(); in onDismiss() 543 Toast.LENGTH_SHORT).show(); in onDismiss()
|
/packages/apps/Mms/src/com/android/mms/ui/ |
D | SlideEditorActivity.java | 288 Toast.LENGTH_SHORT).show(); 485 Toast.LENGTH_SHORT).show(); in onOptionsItemSelected() 502 Toast.LENGTH_SHORT).show(); in onOptionsItemSelected() 548 builder.show(); in showDurationDialog() 573 builder.show(); in showLayoutSelectorDialog() 623 Toast.LENGTH_SHORT).show(); in onActivityResult() 636 Toast.LENGTH_SHORT).show(); in onActivityResult() 669 Toast.LENGTH_SHORT).show(); in onActivityResult() 691 Toast.LENGTH_SHORT).show(); in onActivityResult() 711 Toast.LENGTH_SHORT).show(); in onActivityResult() [all …]
|
D | ComposeMessageActivity.java | 510 .show(); in showMessageDetails() 635 Toast.makeText(this, R.string.converting_to_picture_message, Toast.LENGTH_SHORT).show(); in showConvertToMmsToast() 719 .show(); in confirmSendMessageIfNeeded() 725 .show(); in confirmSendMessageIfNeeded() 813 tooManyMsg, Toast.LENGTH_LONG).show(); in checkForTooManyRecipients() 1249 R.string.cannot_save_message, Toast.LENGTH_SHORT).show(); in forwardMessage() 1342 Toast.makeText(ComposeMessageActivity.this, resId, Toast.LENGTH_SHORT).show(); in onMenuItemClick() 1349 Toast.makeText(ComposeMessageActivity.this, resId, Toast.LENGTH_SHORT).show(); in onMenuItemClick() 1888 private void showSubjectEditor(boolean show) { in showSubjectEditor() argument 1890 log("" + show); in showSubjectEditor() [all …]
|
/packages/apps/Settings/src/com/android/settings/vpn2/ |
D | VpnSettings.java | 148 mDialog.show(); in onOptionsItemSelected() 152 LockdownConfigFragment.show(this); in onOptionsItemSelected() 187 LockdownConfigFragment.show(this); in onResume() 225 mDialog.show(); in onResume() 332 mDialog.show(); in onContextItemSelected() 373 mDialog.show(); in onPreferenceClick() 410 Toast.makeText(getActivity(), R.string.vpn_no_network, Toast.LENGTH_LONG).show(); in connect() 500 public static void show(VpnSettings parent) { in show() method in VpnSettings.LockdownConfigFragment 504 dialog.show(parent.getFragmentManager(), TAG_LOCKDOWN); in show() 560 Toast.LENGTH_LONG).show(); in onCreateDialog()
|
/packages/apps/Contacts/src/com/android/contacts/list/ |
D | DefaultContactBrowseListFragment.java | 144 private void showSearchProgress(boolean show) { in showSearchProgress() argument 146 mSearchProgress.setVisibility(show ? View.VISIBLE : View.GONE); in showSearchProgress() 222 private void showEmptyUserProfile(boolean show) { in showEmptyUserProfile() argument 226 mProfileHeaderContainer.setVisibility(show ? View.VISIBLE : View.GONE); in showEmptyUserProfile() 227 mProfileHeader.setVisibility(show ? View.VISIBLE : View.GONE); in showEmptyUserProfile() 228 mProfileTitle.setVisibility(show ? View.VISIBLE : View.GONE); in showEmptyUserProfile() 229 mProfileMessage.setVisibility(show ? View.VISIBLE : View.GONE); in showEmptyUserProfile()
|
/packages/apps/DeskClock/src/com/android/deskclock/timer/ |
D | TimerFragment.java | 399 private Animator getScaleFooterButtonsAnimator(final boolean show) { in getScaleFooterButtonsAnimator() argument 402 mLeftButton, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f); in getScaleFooterButtonsAnimator() 404 mRightButton, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f); in getScaleFooterButtonsAnimator() 405 final float fabStartScale = (show && mFab.getVisibility() == View.INVISIBLE) ? 0.0f : 1.0f; in getScaleFooterButtonsAnimator() 407 mFab, fabStartScale, show ? 1.0f : 0.0f); in getScaleFooterButtonsAnimator() 411 mLeftButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in getScaleFooterButtonsAnimator() 412 mRightButton.setVisibility(show ? View.VISIBLE : View.INVISIBLE); in getScaleFooterButtonsAnimator() 421 animatorSet.setDuration(show ? ROTATE_ANIM_DURATION_MILIS * 2 : ROTATE_ANIM_DURATION_MILIS); in getScaleFooterButtonsAnimator()
|
/packages/apps/Settings/src/com/android/settings/notification/ |
D | RedactionInterstitial.java | 84 final boolean show = Settings.Secure.getInt(getContentResolver(), in loadFromSettings() 86 mShowAllButton.setChecked(enabled && show); in loadFromSettings() 87 mRedactSensitiveButton.setChecked(enabled && !show); in loadFromSettings() 93 final boolean show = (v == mShowAllButton); in onClick() 97 Settings.Secure.LOCK_SCREEN_ALLOW_PRIVATE_NOTIFICATIONS, show ? 1 : 0); in onClick()
|
/packages/apps/Browser/src/com/android/browser/view/ |
D | PieMenu.java | 194 private void show(boolean show) { in show() argument 195 mOpen = show; in show() 375 show(true); in onTouchEvent() 388 show(false); in onTouchEvent() 398 show(false); in onTouchEvent() 428 show(false); in onTouchEvent()
|
/packages/apps/Dialer/src/com/android/dialer/ |
D | DialtactsActivity.java | 244 public void show() { in show() method in DialtactsActivity.OptionsPopupMenu 250 super.show(); in show() 582 Toast.LENGTH_SHORT).show(); in onClick() 586 mOverflowMenu.show(); in onClick() 608 toast.show(); in onMenuItemClick() 616 ImportExportDialogFragment.show(getFragmentManager(), true, in onMenuItemClick() 620 ClearFrequentsDialog.show(getFragmentManager()); in onMenuItemClick() 663 ft.show(mDialpadFragment); in showDialpadFragment() 928 transaction.show(fragment); in enterSearchUi()
|
/packages/apps/Dialer/src/com/android/dialer/list/ |
D | ListsFragment.java | 133 mActionBar.show(); 382 public void showRemoveView(boolean show) { in showRemoveView() argument 383 mRemoveViewContent.setVisibility(show ? View.VISIBLE : View.GONE); in showRemoveView() 384 mRemoveView.setAlpha(show ? 0 : 1); in showRemoveView() 385 mRemoveView.animate().alpha(show ? 1 : 0).start(); in showRemoveView() 390 .alpha(show ? REMOVE_VIEW_SHOWN_ALPHA : REMOVE_VIEW_HIDDEN_ALPHA) in showRemoveView()
|
/packages/apps/Mms/apptests/src/com/android/mms/tests/ |
D | SmsSendIntentTestActivity.java | 114 Toast.LENGTH_SHORT).show(); in sendMessageUnlockScreen() 120 Toast.LENGTH_SHORT).show(); in sendMessageUnlockScreen() 125 Toast.LENGTH_SHORT).show(); in sendMessageUnlockScreen() 144 Toast.LENGTH_SHORT).show(); in sendMessage() 150 Toast.LENGTH_SHORT).show(); in sendMessage()
|
/packages/apps/Browser/src/com/android/browser/ |
D | AddBookmarkPage.java | 178 private void setShowBookmarkIcon(boolean show) { in setShowBookmarkIcon() argument 179 Drawable drawable = show ? mHeaderIcon: null; in setShowBookmarkIcon() 548 private void setShowFolderNamer(boolean show) { in setShowFolderNamer() argument 549 if (show != mIsFolderNamerShowing) { in setShowFolderNamer() 550 mIsFolderNamerShowing = show; in setShowFolderNamer() 551 if (show) { in setShowFolderNamer() 560 if (show) { in setShowFolderNamer() 814 Toast.LENGTH_LONG).show(); in createHandler() 817 Toast.LENGTH_LONG).show(); in createHandler()
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
D | ContactEditorFragment.java | 1087 popup.show(); in addAccountSwitcher() 1187 dialog.show(getFragmentManager(), SplitContactConfirmationDialogFragment.TAG); in doSplitContactAction() 1200 Toast.LENGTH_LONG).show(); in doJoinContactAction() 1294 Toast.makeText(mContext, R.string.missing_app, Toast.LENGTH_SHORT).show(); in doPickRingtone() 1311 public static void show(ContactEditorFragment fragment) { in show() method in ContactEditorFragment.CancelEditDialogFragment 1314 dialog.show(fragment.getFragmentManager(), "cancelEditor"); in show() 1340 CancelEditDialogFragment.show(this); in revert() 1364 Toast.makeText(mContext, R.string.contactSavedToast, Toast.LENGTH_SHORT).show(); in onSaveCompleted() 1367 Toast.makeText(mContext, R.string.contactSavedErrorToast, Toast.LENGTH_LONG).show(); in onSaveCompleted() 1692 mAggregationSuggestionPopup.show(); in onAggregationSuggestionChange() [all …]
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | TimerSetupView.java | 151 private void setFabButtonVisibility(boolean show) { in setFabButtonVisibility() argument 152 final int finalVisibility = show ? View.VISIBLE : View.INVISIBLE; in setFabButtonVisibility() 159 mStart, show ? 0.0f : 1.0f, show ? 1.0f : 0.0f); in setFabButtonVisibility() 161 scaleAnimator.addListener(show ? mShowFabAnimatorListener : mHideFabAnimatorListener); in setFabButtonVisibility()
|
/packages/apps/UnifiedEmail/src/com/android/mail/ |
D | MinTimeProgressDialog.java | 56 MinTimeProgressDialog.super.show(); 101 public void show() { in show() method in MinTimeProgressDialog 115 public static MinTimeProgressDialog show(Context context, CharSequence title, in show() method in MinTimeProgressDialog 126 dialog.show(); in show()
|
/packages/services/Telephony/sip/src/com/android/services/telephony/sip/ |
D | SipEditor.java | 140 mAdvancedSettings.show(); in onResume() 271 .show(); in setRemovedProfileAndFinish() 295 .show(); in showAlert() 356 Toast.makeText(this, R.string.saving_account, Toast.LENGTH_SHORT).show(); in validateAndSetResult() 556 void show() { in show() method in SipEditor.AdvancedSettings 581 show(); in onPreferenceClick()
|
/packages/apps/Dialer/src/com/android/dialer/calllog/ |
D | ClearCallLogDialog.java | 45 public static void show(FragmentManager fragmentManager) { in show() method in ClearCallLogDialog 47 dialog.show(fragmentManager, "deleteCallLog"); in show() 57 final ProgressDialog progressDialog = ProgressDialog.show(getActivity(), in onCreateDialog() 85 progressDialog.show(); in onCreateDialog()
|
/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
D | MovieControllerOverlay.java | 75 public void show() { in show() method in MovieControllerOverlay 78 super.show(); in show() 129 show(); in onKeyDown() 141 show(); in onTouchEvent()
|