HomeSort by relevance Sort by last modified time
    Searched refs:dialogInflater (Results 1 - 7 of 7) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/interactions/
ExportDialogFragment.java 90 final LayoutInflater dialogInflater = (LayoutInflater)getActivity()
101 dialogInflater.inflate(R.layout.select_dialog_item, parent, false);
ImportDialogFragment.java 127 final LayoutInflater dialogInflater = (LayoutInflater)
137 dialogInflater.inflate(R.layout.select_dialog_item, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/util/
AccountSelectionUtil.java 105 final LayoutInflater dialogInflater = (LayoutInflater)dialogContext
113 convertView = dialogInflater.inflate(
  /packages/apps/DocumentsUI/src/com/android/documentsui/
CreateDirectoryFragment.java 67 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
69 final View view = dialogInflater.inflate(R.layout.dialog_file_name, null, false);
  /packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
RenameDocumentFragment.java 80 LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
81 View view = dialogInflater.inflate(R.layout.dialog_file_name, null, false);
  /packages/apps/Settings/src/com/android/settings/datausage/
BillingCycleSettings.java 236 final LayoutInflater dialogInflater = LayoutInflater.from(context);
238 mView = dialogInflater.inflate(R.layout.data_usage_bytes_editor, null, false);
358 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
360 final View view = dialogInflater.inflate(R.layout.data_usage_cycle_editor, null, false);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
PrivateVolumeSettings.java 710 final LayoutInflater dialogInflater = LayoutInflater.from(builder.getContext());
712 final View view = dialogInflater.inflate(R.layout.dialog_edittext, null, false);
    [all...]

Completed in 556 milliseconds