Searched refs:layoutInflater (Results 1 – 7 of 7) sorted by relevance
42 LayoutInflater layoutInflater = in TimerListItem() local44 layoutInflater.inflate(R.layout.timer_list_item, this); in TimerListItem()
46 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in onCreateDialog() local47 final View view = layoutInflater.inflate(R.layout.group_name_dialog, null); in onCreateDialog()
62 public CallDetailHistoryAdapter(Context context, LayoutInflater layoutInflater, in CallDetailHistoryAdapter() argument66 mLayoutInflater = layoutInflater; in CallDetailHistoryAdapter()
125 final LayoutInflater layoutInflater = (LayoutInflater)getActivity() in createDialogView() local127 View view = layoutInflater.inflate(R.layout.dialog_edittext, null); in createDialogView()
52 LayoutInflater layoutInflater = in TimerSetupView() local54 layoutInflater.inflate(getLayoutId(), this); in TimerSetupView()
129 final LayoutInflater layoutInflater = (LayoutInflater) activity in onCreateDialog() local131 View view = layoutInflater.inflate(R.layout.create_event_dialog, null); in onCreateDialog()
383 final LayoutInflater layoutInflater = LayoutInflater.from(builder.getContext()); in createCustomDialog() local386 final View view = layoutInflater.inflate(R.layout.contact_editor_label_name_dialog, null); in createCustomDialog()