Searched refs:layoutInflater (Results 1 – 2 of 2) sorted by relevance
88 LayoutInflater layoutInflater = LayoutInflater.from(mContext); in onCreateActionView() local89 View view = layoutInflater.inflate(R.layout.action_bar_settings_action_provider, null); in onCreateActionView()
371 LayoutInflater layoutInflater = getLayoutInflater(); in getDropDownView() local372 convertView = layoutInflater.inflate(R.layout.account_entry, parent, false); in getDropDownView()