HomeSort by relevance Sort by last modified time
    Searched refs:mInflater (Results 151 - 175 of 262) sorted by null

1 2 3 4 5 67 8 91011

  /development/samples/ApiDemos/src/com/example/android/apis/app/
PrintCustomContent.java 516 private final LayoutInflater mInflater;
520 mInflater = inflater;
545 convertView = mInflater.inflate(R.layout.motogp_stat_item, parent, false);
  /frameworks/base/core/java/android/app/
LauncherActivity.java 101 protected final LayoutInflater mInflater;
110 mInflater = (LayoutInflater) LauncherActivity.this.getSystemService(
153 view = mInflater.inflate(
  /frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 367 private final LayoutInflater mInflater;
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
390 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventLocationAdapter.java 139 private final LayoutInflater mInflater;
153 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
174 view = mInflater.inflate(R.layout.location_dropdown_item, parent, false);
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSimpleAdapter.java 59 private LayoutInflater mInflater;
101 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
227 view = mInflater.inflate(mLayout, parent, false);
SelectSyncedCalendarsMultiAccountAdapter.java 65 private final LayoutInflater mInflater;
226 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
415 return mInflater.inflate(R.layout.calendar_sync_item, parent, false);
421 return mInflater.inflate(R.layout.account_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 271 private final LayoutInflater mInflater;
278 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
308 convertView = mInflater.inflate(R.layout.pick_item, parent, false);
DeviceAdminSettings.java 209 final LayoutInflater mInflater;
212 mInflater = (LayoutInflater)
288 View v = mInflater.inflate(R.layout.device_admin_item, parent, false);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 70 private final LayoutInflater mInflater;
253 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
453 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
501 return getPermissionItemView(mContext, mInflater, grp, perm, first, newPermPrefix,
  /packages/apps/DeskClock/src/com/android/deskclock/worldclock/
CitySelectionActivity.java 232 private final LayoutInflater mInflater;
287 mInflater = LayoutInflater.from(context);
338 view = mInflater.inflate(R.layout.city_list_header, parent, false);
351 view = mInflater.inflate(R.layout.city_list_item, parent, false);
  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderPagedView.java 75 private final LayoutInflater mInflater;
106 mInflater = LayoutInflater.from(context);
228 final BubbleTextView textView = (BubbleTextView) mInflater.inflate(
252 CellLayout page = (CellLayout) mInflater.inflate(R.layout.folder_page, this, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 87 private final LayoutInflater mInflater;
568 mInflater = LayoutInflater.from(mContext);
612 v = item.createView(mContext, mInflater, parent);
622 return mInflater;
MessageHeaderView.java 159 private final LayoutInflater mInflater;
235 mInflater = LayoutInflater.from(context);
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 60 LayoutInflater mInflater;
228 mServicesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
238 mProcessesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
261 View root = mInflater.inflate(R.layout.running_service_details_service,
337 View root = mInflater.inflate(R.layout.running_service_details_process,
507 mInflater = (LayoutInflater) getActivity().getSystemService(
RunningProcessesView.java 208 final LayoutInflater mInflater;
216 mInflater = (LayoutInflater)getContext().getSystemService(
293 View v = mInflater.inflate(R.layout.running_processes_item, parent, false);
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
RenderSessionImpl.java 125 private BridgeInflater mInflater;
200 mInflater = new BridgeInflater(context, params.getLayoutlibCallback());
201 context.setBridgeInflater(mInflater);
345 view = mInflater.inflate(mBlockParser, mContentRoot);
358 mInflater.onDoneInflation();
698 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
    [all...]
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 107 private LayoutInflater mInflater;
112 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
113 mAdapterHost = (LinearLayout) mInflater.inflate(
  /development/apps/Development/src/com/android/development/
AccountsTester.java 100 protected LayoutInflater mInflater;
104 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
123 convertView = mInflater.inflate(R.layout.account_list_item, null);
  /development/samples/training/ContactsList/src/com/example/android/contactslist/ui/
ContactsListFragment.java 642 private LayoutInflater mInflater; // Stores the layout inflater
654 mInflater = LayoutInflater.from(context);
697 mInflater.inflate(R.layout.contact_list_item, viewGroup, false);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/agenda/
AgendaByDayAdapter.java 48 private final LayoutInflater mInflater;
76 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
202 agendaDayView = mInflater.inflate(R.layout.agenda_day, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/
SimImportFragment.java 360 private LayoutInflater mInflater;
364 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
400 text = (TextView) mInflater.inflate(layoutRes, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/editor/
LabeledEditorView.java 567 private final LayoutInflater mInflater;
575 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
630 textView = (TextView) mInflater.inflate(resource, parent, false);
  /packages/apps/DeskClock/src/com/android/deskclock/
ClockFragment.java 342 private final LayoutInflater mInflater;
354 mInflater = LayoutInflater.from(context);
369 final View view = mInflater.inflate(viewType, parent, false);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
NestedFolderTeaserView.java 83 private final LayoutInflater mInflater;
192 mInflater = LayoutInflater.from(context);
219 final View itemView = mInflater.inflate(R.layout.folder_teaser_item, mNestedFolderContainer,
  /frameworks/support/v7/appcompat/src/android/support/v7/app/
AlertController.java 848 public final LayoutInflater mInflater;
    [all...]

Completed in 979 milliseconds

1 2 3 4 5 67 8 91011