HomeSort by relevance Sort by last modified time
    Searched refs:mInflater (Results 76 - 100 of 193) sorted by null

1 2 34 5 6 7 8

  /frameworks/base/core/java/com/android/internal/app/
MediaRouteChooserDialog.java 181 private final LayoutInflater mInflater;
185 mInflater = LayoutInflater.from(context);
215 view = mInflater.inflate(R.layout.media_route_list_item, parent, false);
  /frameworks/base/core/tests/coretests/src/android/view/
ListContextMenu.java 47 private LayoutInflater mInflater;
52 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
77 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
InputTypeActivity.java 36 private LayoutInflater mInflater;
51 mInflater = getLayoutInflater();
145 View view = mInflater.inflate(R.layout.sample_edit_text, mParent, false);
  /frameworks/support/v7/mediarouter/src/android/support/v7/app/
MediaRouteChooserDialog.java 164 private final LayoutInflater mInflater;
168 mInflater = LayoutInflater.from(context);
199 view = mInflater.inflate(R.layout.mr_media_route_list_item, parent, false);
  /packages/apps/Browser/src/com/android/browser/
ErrorConsoleView.java 237 private LayoutInflater mInflater;
241 mInflater = (LayoutInflater)context.getSystemService(
300 view = mInflater.inflate(android.R.layout.two_line_list_item, parent, false);
  /packages/apps/Camera/src/com/android/camera/ui/
MoreSettingPopup.java 55 LayoutInflater mInflater;
61 mInflater = LayoutInflater.from(context);
91 mInflater.inflate(viewLayoutId, parent, false);
  /packages/apps/Camera2/src/com/android/camera/ui/
MoreSettingPopup.java 55 LayoutInflater mInflater;
61 mInflater = LayoutInflater.from(context);
91 mInflater.inflate(viewLayoutId, parent, false);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/presets/
UserPresetsAdapter.java 39 private LayoutInflater mInflater;
49 mInflater = LayoutInflater.from(context);
96 convertView = mInflater.inflate(R.layout.filtershow_presets_management_row, null);
  /packages/apps/Launcher3/src/com/android/launcher3/
LiveWallpaperListAdapter.java 50 private final LayoutInflater mInflater;
57 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
88 view = mInflater.inflate(R.layout.wallpaper_picker_live_wallpaper_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/
UsageStats.java 59 private LayoutInflater mInflater;
167 convertView = mInflater.inflate(R.layout.usage_stats_item, null);
226 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 56 private LayoutInflater mInflater;
121 final View view = mInflater.inflate(R.layout.app_ops_details_item,
175 mInflater = (LayoutInflater)getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentSettings.java 53 private LayoutInflater mInflater;
63 mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
107 View v = mInflater.inflate(R.layout.nfc_payment, container, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageFooterView.java 61 private final LayoutInflater mInflater;
74 mInflater = LayoutInflater.from(context);
197 barAttachmentView = MessageAttachmentBar.inflate(mInflater, this);
  /packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
AlbumDataAdapter.java 43 private final LayoutInflater mInflater;
53 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
85 item = mInflater.inflate(mLayout, parent, false);
SectionedAlbumDataAdapter.java 38 private final LayoutInflater mInflater;
46 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
182 item = mInflater.inflate(mLayout, parent, false);
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 55 private final LayoutInflater mInflater;
62 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
101 convertView = mInflater.inflate(R.layout.live_wallpaper_entry, parent, false);
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 276 LayoutInflater mInflater;
294 mInflater = LayoutInflater.from(mContext);
319 convertView = mInflater.inflate(R.layout.bookmark_grid_row, parent, false);
396 view = mInflater.inflate(R.layout.bookmark_group_view, parent, false);
420 mInflater.inflate(R.layout.bookmarks_header, null);
  /packages/apps/Calendar/src/com/android/calendar/
CalendarViewAdapter.java 55 private final LayoutInflater mInflater;
96 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
172 v = mInflater.inflate(R.layout.actionbar_pulldown_menu_top_button, parent, false);
213 v = mInflater.inflate(
261 View v = mInflater.inflate(R.layout.actionbar_pulldown_menu_button, parent, false);
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
GalleryActionBar.java 52 private LayoutInflater mInflater;
130 convertView = mInflater.inflate(R.layout.action_bar_text,
158 convertView = mInflater.inflate(R.layout.action_bar_two_line_text,
170 convertView = mInflater.inflate(R.layout.action_bar_text,
192 mInflater = ((Activity) mActivity).getLayoutInflater();
  /packages/apps/Contacts/src/com/android/contacts/editor/
RawContactEditorView.java 68 private LayoutInflater mInflater;
138 mInflater = (LayoutInflater)getContext().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
152 mOrganizationView = mInflater.inflate(
268 mGroupMembershipView = (GroupMembershipView)mInflater.inflate(
299 final KindSectionView section = (KindSectionView) mInflater.inflate(
331 final KindSectionView section = (KindSectionView)mInflater.inflate(
  /cts/tests/tests/holo/src/android/holo/cts/
LayoutAdapter.java 101 private final LayoutInflater mInflater;
104 mInflater = inflater;
350 textView = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1,
  /development/apps/Development/src/com/android/development/
PermissionDetails.java 61 private LayoutInflater mInflater;
124 convertView = mInflater.inflate(R.layout.pkg_list_item, null);
192 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /development/samples/RSSReader/src/com/example/android/rssreader/
RssReader.java 156 private LayoutInflater mInflater;
161 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
179 view = (TwoLineListItem) mInflater.inflate(android.R.layout.simple_list_item_2,
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuPopupHelper.java 52 private final LayoutInflater mInflater;
86 mInflater = LayoutInflater.from(context);
373 convertView = mInflater.inflate(ITEM_LAYOUT, parent, false);
  /frameworks/opt/timezonepicker/src/com/android/timezonepicker/
TimeZoneFilterTypeAdapter.java 84 private LayoutInflater mInflater;
92 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
117 v = mInflater.inflate(R.layout.time_zone_filter_item, null);

Completed in 676 milliseconds

1 2 34 5 6 7 8