Home
last modified time | relevance | path

Searched refs:layoutInflater (Results 1 – 7 of 7) sorted by relevance

/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerListItem.java42 LayoutInflater layoutInflater = in TimerListItem() local
44 layoutInflater.inflate(R.layout.timer_list_item, this); in TimerListItem()
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupNameDialogFragment.java46 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in onCreateDialog() local
47 final View view = layoutInflater.inflate(R.layout.group_name_dialog, null); in onCreateDialog()
/packages/apps/Dialer/src/com/android/dialer/calllog/
DCallDetailHistoryAdapter.java62 public CallDetailHistoryAdapter(Context context, LayoutInflater layoutInflater, in CallDetailHistoryAdapter() argument
66 mLayoutInflater = layoutInflater; in CallDetailHistoryAdapter()
/packages/apps/Settings/src/com/android/settings/bluetooth/
DBluetoothNameDialogFragment.java125 final LayoutInflater layoutInflater = (LayoutInflater)getActivity() in createDialogView() local
127 View view = layoutInflater.inflate(R.layout.dialog_edittext, null); in createDialogView()
/packages/apps/DeskClock/src/com/android/deskclock/
DTimerSetupView.java52 LayoutInflater layoutInflater = in TimerSetupView() local
54 layoutInflater.inflate(getLayoutId(), this); in TimerSetupView()
/packages/apps/Calendar/src/com/android/calendar/event/
DCreateEventDialogFragment.java129 final LayoutInflater layoutInflater = (LayoutInflater) activity in onCreateDialog() local
131 View view = layoutInflater.inflate(R.layout.create_event_dialog, null); in onCreateDialog()
/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java383 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in createCustomDialog() local
386 final View view = layoutInflater.inflate(R.layout.contact_editor_label_name_dialog, null); in createCustomDialog()