HomeSort by relevance Sort by last modified time
    Searched refs:mLayoutInflater (Results 1 - 20 of 20) sorted by null

  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 51 private LayoutInflater mLayoutInflater;
75 mLayoutInflater = (LayoutInflater) mContext
100 mLayoutInflater = null;
101 mLayoutInflater = LayoutInflater.from(mContext);
102 assertNotNull(mLayoutInflater);
103 mLayoutInflater = null;
104 mLayoutInflater = new MockLayoutInflater(mContext);
105 assertNotNull(mLayoutInflater);
107 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater,
151 mLayoutInflater.setFilter(mFilter)
    [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
SingleRecipientArrayAdapter.java 31 private final LayoutInflater mLayoutInflater;
37 mLayoutInflater = LayoutInflater.from(context);
51 return mLayoutInflater.inflate(mLayoutId, null);
RecipientAlternatesAdapter.java 38 private final LayoutInflater mLayoutInflater;
116 mLayoutInflater = LayoutInflater.from(context);
195 return mLayoutInflater.inflate(mLayoutId, null);
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailDisplayUtilsTest.java 39 private LayoutInflater mLayoutInflater;
44 mLayoutInflater =
111 mLayoutInflater.inflate(R.layout.stream_item_row_text, null));
  /packages/apps/Contacts/src/com/android/contacts/calllog/
CallDetailHistoryAdapter.java 41 private final LayoutInflater mLayoutInflater;
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/
AppsCustomizeTabHost.java 47 private final LayoutInflater mLayoutInflater;
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);
WallpaperChooserDialogFragment.java 233 private LayoutInflater mLayoutInflater;
236 mLayoutInflater = activity.getLayoutInflater();
255 view = mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
AppsCustomizePagedView.java 184 private final LayoutInflater mLayoutInflater;
234 mLayoutInflater = LayoutInflater.from(context);
760 PagedViewIcon icon = (PagedViewIcon) mLayoutInflater.inflate(
    [all...]
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 156 private LayoutInflater mLayoutInflater;
162 mLayoutInflater = (LayoutInflater) context.getSystemService(
171 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
ChooseAccountTypeActivity.java 172 private LayoutInflater mLayoutInflater;
179 mLayoutInflater = (LayoutInflater) context.getSystemService(
188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
ChooseTypeAndAccountActivity.java 439 private LayoutInflater mLayoutInflater;
446 mLayoutInflater = (LayoutInflater) context.getSystemService(
455 convertView = mLayoutInflater.inflate(R.layout.choose_selected_account_row, null);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 43 private final LayoutInflater mLayoutInflater;
53 mLayoutInflater = LayoutInflater.from(context);
157 result = mLayoutInflater.inflate(R.layout.group_browse_list_item, parent, false);
GroupEditorFragment.java 182 private LayoutInflater mLayoutInflater;
211 mLayoutInflater = inflater;
392 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
    [all...]
  /packages/apps/Contacts/src/com/android/contacts/list/
AccountFilterActivity.java 199 private final LayoutInflater mLayoutInflater;
202 mLayoutInflater = (LayoutInflater) context.getSystemService
227 view = (ContactListFilterView) mLayoutInflater.inflate(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 69 private final LayoutInflater mLayoutInflater;
119 this.mLayoutInflater =
316 textView = (TextView) mLayoutInflater.inflate(layout, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 65 private final LayoutInflater mLayoutInflater;
101 mLayoutInflater = (LayoutInflater) activity.getSystemService(
162 mDetailFragmentView = mLayoutInflater.inflate(
164 mUpdatesFragmentView = mLayoutInflater.inflate(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 352 private final LayoutInflater mLayoutInflater;
357 mLayoutInflater = (LayoutInflater) context.getSystemService(LAYOUT_INFLATER_SERVICE);
401 return getItem(position).getView(mLayoutInflater, position, convertView, parent);
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 88 final LayoutInflater mLayoutInflater;
125 mLayoutInflater = (LayoutInflater)
127 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 67 private LayoutInflater mLayoutInflater;
435 TextView loadingTextView = (TextView) mLayoutInflater.inflate(
718 mLayoutInflater = LayoutInflater.from(context);
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 132 private LayoutInflater mLayoutInflater;
199 mLayoutInflater = LayoutInflater.from(context);
251 mLayoutInflater.inflate(layoutResID, mContentParent);
316 return mLayoutInflater;
    [all...]

Completed in 383 milliseconds