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 =
112 mLayoutInflater.inflate(R.layout.stream_item_container, null));
/packages/apps/Contacts/src/com/android/contacts/calllog/
H A DCallDetailHistoryAdapter.java41 private final LayoutInflater mLayoutInflater; field in class:CallDetailHistoryAdapter
66 mLayoutInflater = layoutInflater;
118 ? mLayoutInflater.inflate(R.layout.call_detail_history_header, parent, false)
133 ? mLayoutInflater.inflate(R.layout.call_detail_history_item, parent, false)
/packages/apps/Contacts/src/com/android/contacts/group/
H A DGroupBrowseListAdapter.java42 private final LayoutInflater mLayoutInflater; field in class:GroupBrowseListAdapter
52 mLayoutInflater = LayoutInflater.from(context);
156 result = mLayoutInflater.inflate(R.layout.group_browse_list_item, parent, false);
H A DGroupEditorFragment.java180 private LayoutInflater mLayoutInflater; field in class:GroupEditorFragment
209 mLayoutInflater = inflater;
390 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
939 result = mLayoutInflater.inflate(mIsGroupMembershipEditable ?
/packages/apps/Contacts/src/com/android/contacts/list/
H A DAccountFilterActivity.java205 private final LayoutInflater mLayoutInflater; field in class:AccountFilterActivity.FilterListAdapter
211 mLayoutInflater = (LayoutInflater) context.getSystemService
238 view = (ContactListFilterView) mLayoutInflater.inflate(
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java224 private LayoutInflater mLayoutInflater; field in class:WallpaperChooserDialogFragment.ImageAdapter
227 mLayoutInflater = activity.getLayoutInflater();
246 view = mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
H A DAppsCustomizeTabHost.java47 private final LayoutInflater mLayoutInflater; field in class:AppsCustomizeTabHost
61 mLayoutInflater = LayoutInflater.from(context);
121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
H A DAppsCustomizePagedView.java248 private final LayoutInflater mLayoutInflater; field in class:AppsCustomizePagedView
328 mLayoutInflater = LayoutInflater.from(context);
1085 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
1417 PagedViewWidget widget = (PagedViewWidget) mLayoutInflater.inflate(
/packages/apps/Contacts/src/com/android/contacts/detail/
H A DContactDetailLayoutController.java85 private final LayoutInflater mLayoutInflater; field in class:ContactDetailLayoutController
124 mLayoutInflater = (LayoutInflater) activity.getSystemService(
194 mDetailFragmentView = mLayoutInflater.inflate(
196 mUpdatesFragmentView = mLayoutInflater.inflate(
/packages/apps/Nfc/src/com/android/nfc/
H A DSendUi.java106 final LayoutInflater mLayoutInflater; field in class:SendUi
171 mLayoutInflater = (LayoutInflater)
173 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);

Completed in 578 milliseconds