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

  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 46 private LayoutInflater mLayoutInflater;
70 mLayoutInflater = (LayoutInflater) mContext
75 mLayoutInflater = null;
76 mLayoutInflater = LayoutInflater.from(mContext);
77 assertNotNull(mLayoutInflater);
78 mLayoutInflater = null;
79 mLayoutInflater = new MockLayoutInflater(mContext);
80 assertNotNull(mLayoutInflater);
82 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater,
88 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 54 private final LayoutInflater mLayoutInflater;
317 mLayoutInflater = LayoutInflater.from(context);
469 return mLayoutInflater.inflate(R.layout.chips_recipient_dropdown_item, null);
  /packages/apps/Contacts/tests/src/com/android/contacts/detail/
ContactDetailDisplayUtilsTest.java 39 private LayoutInflater mLayoutInflater;
44 mLayoutInflater =
112 mLayoutInflater.inflate(R.layout.stream_item_container, null));
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallDetailHistoryAdapter.java 41 private final LayoutInflater mLayoutInflater;
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)
  /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);
  /packages/apps/Contacts/src/com/android/contacts/group/
GroupBrowseListAdapter.java 42 private final LayoutInflater mLayoutInflater;
52 mLayoutInflater = LayoutInflater.from(context);
156 result = mLayoutInflater.inflate(R.layout.group_browse_list_item, parent, false);
GroupEditorFragment.java 180 private LayoutInflater mLayoutInflater;
209 mLayoutInflater = inflater;
390 editorView = mLayoutInflater.inflate(newGroupEditorId, mRootView, false);
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 203 private final LayoutInflater mLayoutInflater;
209 mLayoutInflater = (LayoutInflater) context.getSystemService
236 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/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 224 private LayoutInflater mLayoutInflater;
227 mLayoutInflater = activity.getLayoutInflater();
246 view = mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
AppsCustomizeTabHost.java 47 private final LayoutInflater mLayoutInflater;
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);
AppsCustomizePagedView.java 165 private final LayoutInflater mLayoutInflater;
248 mLayoutInflater = LayoutInflater.from(context);
    [all...]
  /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/Contacts/src/com/android/contacts/detail/
ContactDetailLayoutController.java 85 private final LayoutInflater mLayoutInflater;
124 mLayoutInflater = (LayoutInflater) activity.getSystemService(
194 mDetailFragmentView = mLayoutInflater.inflate(
196 mUpdatesFragmentView = mLayoutInflater.inflate(
  /packages/apps/Nfc/src/com/android/nfc/
SendUi.java 123 final LayoutInflater mLayoutInflater;
190 mLayoutInflater = (LayoutInflater)
192 mScreenshotLayout = mLayoutInflater.inflate(R.layout.screenshot, null);
  /frameworks/base/core/java/android/widget/
RemoteViewsAdapter.java 72 private LayoutInflater mLayoutInflater;
    [all...]
  /frameworks/base/policy/src/com/android/internal/policy/impl/
PhoneWindow.java 134 private LayoutInflater mLayoutInflater;
215 mLayoutInflater = LayoutInflater.from(context);
267 mLayoutInflater.inflate(layoutResID, mContentParent);
332 return mLayoutInflater;
    [all...]

Completed in 560 milliseconds