Home
last modified time | relevance | path

Searched refs:dialogView (Results 1 – 19 of 19) sorted by relevance

/packages/apps/Settings/src/com/android/settings/accessibility/
DAccessibilityEditDialogUtils.java185 final View dialogView = view.findViewById(R.id.magnify_full_screen); in initMagnifyFullScreen() local
189 setupShortcutWidget(dialogView, title, R.drawable.accessibility_magnification_full_screen); in initMagnifyFullScreen()
193 final View dialogView = view.findViewById(R.id.magnify_window_screen); in initMagnifyWindowScreen() local
197 setupShortcutWidget(dialogView, title, in initMagnifyWindowScreen()
220 final View dialogView = view.findViewById(R.id.software_shortcut); in initSoftwareShortcut() local
221 final TextView summary = dialogView.findViewById(R.id.summary); in initSoftwareShortcut()
223 setupShortcutWidget(dialogView, retrieveTitle(context), in initSoftwareShortcut()
228 final View dialogView = view.findViewById(R.id.hardware_shortcut); in initHardwareShortcut() local
233 setupShortcutWidget(dialogView, title, summary, in initHardwareShortcut()
239 final View dialogView = view.findViewById(R.id.triple_tap_shortcut); in initMagnifyShortcut() local
[all …]
DToggleScreenMagnificationPreferenceFragment.java151 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener() argument
152 final View dialogTextArea = dialogView.findViewById(R.id.container); in setDialogTextAreaClickListener()
DToggleFeaturePreferenceFragment.java492 private void setDialogTextAreaClickListener(View dialogView, CheckBox checkBox) { in setDialogTextAreaClickListener() argument
493 final View dialogTextArea = dialogView.findViewById(R.id.container); in setDialogTextAreaClickListener()
/packages/apps/Settings/src/com/android/settings/
DBugreportPreference.java53 final View dialogView = View.inflate(getContext(), R.layout.bugreport_options_dialog, null); in onPrepareDialogBuilder() local
54 mInteractiveTitle = (CheckedTextView) dialogView in onPrepareDialogBuilder()
56 mInteractiveSummary = (TextView) dialogView in onPrepareDialogBuilder()
58 mFullTitle = (CheckedTextView) dialogView.findViewById(R.id.bugreport_option_full_title); in onPrepareDialogBuilder()
59 mFullSummary = (TextView) dialogView.findViewById(R.id.bugreport_option_full_summary); in onPrepareDialogBuilder()
80 builder.setView(dialogView); in onPrepareDialogBuilder()
DSeekBarDialogPreference.java69 protected static SeekBar getSeekBar(View dialogView) { in getSeekBar() argument
70 return (SeekBar) dialogView.findViewById(R.id.seekbar); in getSeekBar()
/packages/apps/Dialer/java/com/android/incallui/
DRttRequestDialogFragment.java70 View dialogView = View.inflate(getActivity(), R.layout.frag_rtt_request_dialog, null); in onCreateDialog() local
71 detailsTextView = dialogView.findViewById(R.id.details); in onCreateDialog()
78 dialogView in onCreateDialog()
81 dialogView in onCreateDialog()
88 .setView(dialogView) in onCreateDialog()
/packages/apps/WallpaperPicker2/src/com/android/wallpaper/picker/
DStartRotationDialogFragment.java62 View dialogView = inflater.inflate(R.layout.dialog_start_rotation, null); in onCreateDialog() local
64 TextView bodyText = dialogView.findViewById(R.id.start_rotation_dialog_subhead); in onCreateDialog()
67 final CheckBox wifiOnlyCheckBox = dialogView.findViewById( in onCreateDialog()
83 .setView(dialogView) in onCreateDialog()
/packages/apps/Stk/src/com/android/stk/
DToneDialog.java62 View dialogView = inflater.inflate(R.layout.stk_tone_dialog, null); in onCreate() local
63 alertDialogBuilder.setView(dialogView); in onCreate()
65 TextView tv = (TextView) dialogView.findViewById(R.id.message); in onCreate()
66 ImageView iv = (ImageView) dialogView.findViewById(R.id.icon); in onCreate()
DStkDialogActivity.java131 View dialogView = inflater.inflate(R.layout.stk_msg_dialog, null); in onCreate() local
132 alertDialogBuilder.setView(dialogView); in onCreate()
133 TextView tv = (TextView) dialogView.findViewById(R.id.message); in onCreate()
134 ImageView iv = (ImageView) dialogView.findViewById(R.id.icon); in onCreate()
/packages/apps/TV/src/com/android/tv/dialog/
DFullscreenDialogFragment.java83 public void setContentView(View dialogView) { in setContentView() argument
84 super.setContentView(dialogView); in setContentView()
85 mDialogView = (DialogView) dialogView; in setContentView()
/packages/apps/Dialer/java/com/android/incallui/video/impl/
DVideoChargesAlertDialogFragment.java114 View dialogView = View.inflate(getActivity(), R.layout.frag_video_charges_alert_dialog, null); in onCreateDialog() local
116 CheckBox alertCheckBox = dialogView.findViewById(R.id.do_not_show); in onCreateDialog()
121 .setView(dialogView) in onCreateDialog()
/packages/apps/Dialer/java/com/android/dialer/blockreportspam/
DBlockReportSpamDialogs.java154 View dialogView = View.inflate(getActivity(), R.layout.block_report_spam_dialog, null); in onCreateDialog() local
156 (CheckBox) dialogView.findViewById(R.id.report_number_as_spam_action); in onCreateDialog()
161 TextView details = (TextView) dialogView.findViewById(R.id.block_details); in onCreateDialog()
167 .setView(dialogView) in onCreateDialog()
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/interactacrossprofiles/
DInteractAcrossProfilesDetails.java256 final View dialogView = getLayoutInflater().inflate( in showConsentDialog() local
259 final TextView dialogTitle = dialogView.findViewById( in showConsentDialog()
264 final TextView appDataSummary = dialogView.findViewById(R.id.app_data_summary); in showConsentDialog()
268 final TextView permissionsSummary = dialogView.findViewById(R.id.permissions_summary); in showConsentDialog()
273 builder.setView(dialogView) in showConsentDialog()
/packages/apps/Dialer/java/com/android/incallui/telecomeventui/
DInternationalCallOnWifiDialogFragment.java101 View dialogView = in onCreateDialog() local
104 CheckBox alwaysWarn = dialogView.findViewById(R.id.always_warn); in onCreateDialog()
114 .setView(dialogView) in onCreateDialog()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/
DSeekBarDialogPreference.java69 protected static SeekBar getSeekBar(View dialogView) { in getSeekBar() argument
70 return (SeekBar) dialogView.findViewById(R.id.seekbar); in getSeekBar()
/packages/services/Telecomm/src/com/android/server/telecom/settings/
DBlockedNumbersActivity.java245 View dialogView = inflater.inflate(R.xml.add_blocked_number_dialog, null); in showAddBlockedNumberDialog() local
246 final EditText editText = (EditText) dialogView.findViewById(R.id.add_blocked_number); in showAddBlockedNumberDialog()
250 .setView(dialogView) in showAddBlockedNumberDialog()
/packages/services/Telephony/src/com/android/phone/
DEditPhoneNumberPreference.java237 protected void onAddEditTextToDialogView(View dialogView, EditText editText) { in onAddEditTextToDialogView() argument
240 ViewGroup container = (ViewGroup) dialogView in onAddEditTextToDialogView()
DPhoneUtils.java434 View dialogView = inflater.inflate(R.layout.dialog_ussd_response, null); in displayMMIComplete() local
437 final EditText inputText = (EditText) dialogView.findViewById(R.id.input_field); in displayMMIComplete()
473 .setView(dialogView) in displayMMIComplete()
/packages/services/Telecomm/src/com/android/server/telecom/
DCallsManager.java2066 View dialogView = layoutInflater.inflate(R.layout.call_redirection_confirm_dialog, null);
2068 Button buttonFirstLine = (Button) dialogView.findViewById(R.id.buttonFirstLine);
2084 Button buttonSecondLine = (Button) dialogView.findViewById(R.id.buttonSecondLine);
2102 Button buttonThirdLine = (Button) dialogView.findViewById(R.id.buttonThirdLine);
2123 confirmDialog.setView(dialogView);