Searched refs:dialogView (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/
H A DBugreportPreference.java56 final View dialogView = View.inflate(getContext(), R.layout.bugreport_options_dialog, null);
57 mInteractiveTitle = (CheckedTextView) dialogView.findViewById(R.id.bugreport_option_interactive_title);
58 mInteractiveSummary = (TextView) dialogView.findViewById(R.id.bugreport_option_interactive_summary);
59 mFullTitle = (CheckedTextView) dialogView.findViewById(R.id.bugreport_option_full_title);
60 mFullSummary = (TextView) dialogView.findViewById(R.id.bugreport_option_full_summary);
81 builder.setView(dialogView);
H A DSeekBarDialogPreference.java67 protected static SeekBar getSeekBar(View dialogView) { argument
68 return (SeekBar) dialogView.findViewById(R.id.seekbar);
/packages/apps/TV/src/com/android/tv/dialog/
H A DFullscreenDialogFragment.java86 public void setContentView(View dialogView) { argument
87 super.setContentView(dialogView);
88 mDialogView = (DialogView) dialogView;
/packages/services/Telecomm/src/com/android/server/telecom/settings/
H A DBlockedNumbersActivity.java210 View dialogView = inflater.inflate(R.xml.add_blocked_number_dialog, null);
211 final EditText editText = (EditText) dialogView.findViewById(R.id.add_blocked_number);
215 .setView(dialogView)
/packages/apps/EmergencyInfo/src/com/android/emergency/preferences/
H A DAutoCompleteEditTextPreference.java162 * @param dialogView The dialog view.
164 protected void onAddEditTextToDialogView(View dialogView, AutoCompleteTextView editText) { argument
165 ViewGroup container = (ViewGroup) dialogView
/packages/services/Telephony/src/com/android/phone/
H A DEditPhoneNumberPreference.java237 protected void onAddEditTextToDialogView(View dialogView, EditText editText) { argument
240 ViewGroup container = (ViewGroup) dialogView
H A DPhoneUtils.java998 View dialogView = inflater.inflate(R.layout.dialog_ussd_response, null);
1001 final EditText inputText = (EditText) dialogView.findViewById(R.id.input_field);
1037 .setView(dialogView)

Completed in 514 milliseconds