Searched refs:mLayoutInflater (Results 1 - 10 of 10) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/detail/
H A DContactDetailDisplayUtilsTest.java39 private LayoutInflater mLayoutInflater; field in class:ContactDetailDisplayUtilsTest
44 mLayoutInflater =
111 mLayoutInflater.inflate(R.layout.stream_item_row_text, null));
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallDetailHistoryAdapter.java41 private final LayoutInflater mLayoutInflater; field in class:CallDetailHistoryAdapter
66 mLayoutInflater = layoutInflater;
112 ? mLayoutInflater.inflate(R.layout.call_detail_history_header, parent, false)
127 ? mLayoutInflater.inflate(R.layout.call_detail_history_item, parent, false)
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizeTabHost.java47 private final LayoutInflater mLayoutInflater; field in class:AppsCustomizeTabHost
61 mLayoutInflater = LayoutInflater.from(context);
114 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
119 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
H A DWallpaperChooserDialogFragment.java233 private LayoutInflater mLayoutInflater; field in class:WallpaperChooserDialogFragment.ImageAdapter
236 mLayoutInflater = activity.getLayoutInflater();
255 view = mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
H A DAppsCustomizePagedView.java184 private final LayoutInflater mLayoutInflater; field in class:AppsCustomizePagedView
234 mLayoutInflater = LayoutInflater.from(context);
760 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
1116 PagedViewWidget widget = (PagedViewWidget) mLayoutInflater.inflate(
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListAdapter.java43 private final LayoutInflater mLayoutInflater; field in class:GroupBrowseListAdapter
53 mLayoutInflater = LayoutInflater.from(context);
157 result = mLayoutInflater.inflate(R.layout.group_browse_list_item, parent, false);
H A DGroupEditorFragment.java182 private LayoutInflater mLayoutInflater; field in class:GroupEditorFragment
211 mLayoutInflater = inflater;
392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
948 result = mLayoutInflater.inflate(mIsGroupMembershipEditable ?
/packages/apps/Contacts/src/com/android/contacts/list/
H A DAccountFilterActivity.java199 private final LayoutInflater mLayoutInflater; field in class:AccountFilterActivity.FilterListAdapter
202 mLayoutInflater = (LayoutInflater) context.getSystemService
227 view = (ContactListFilterView) mLayoutInflater.inflate(
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java65 private final LayoutInflater mLayoutInflater; field in class:ContactDetailLayoutController
101 mLayoutInflater = (LayoutInflater) activity.getSystemService(
162 mDetailFragmentView = mLayoutInflater.inflate(
164 mUpdatesFragmentView = mLayoutInflater.inflate(
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java88 final LayoutInflater mLayoutInflater; field in class:SendUi
125 mLayoutInflater = (LayoutInflater)
127 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);

Completed in 136 milliseconds