HomeSort by relevance Sort by last modified time
    Searched defs:mInflater (Results 101 - 125 of 171) sorted by null

1 2 3 45 6 7

  /packages/apps/Browser/src/com/android/browser/
PieControl.java 278 LayoutInflater mInflater;
284 mInflater = LayoutInflater.from(ctx);
313 View view = mInflater.inflate(R.layout.qc_tab,
  /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/Calendar/src/com/android/calendar/event/
AttendeesView.java 73 private final LayoutInflater mInflater;
105 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
149 (TextView)mInflater.inflate(R.layout.event_info_label, this, false);
172 item.mView = mInflater.inflate(R.layout.contact_item, null);
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/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(
LabeledEditorView.java 517 private final LayoutInflater mInflater;
523 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
560 textView = (TextView) mInflater.inflate(resource, parent, false);
  /packages/apps/Contacts/src/com/android/contacts/group/
SuggestedMemberListAdapter.java 77 private LayoutInflater mInflater;
91 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
131 result = mInflater.inflate(R.layout.group_member_suggestion, parent, false);
  /packages/apps/Email/src/com/android/email/activity/
AccountSelectorAdapter.java 98 private final LayoutInflater mInflater;
113 mInflater = LayoutInflater.from(context);
142 view = mInflater.inflate(R.layout.action_bar_spinner_dropdown_header, parent, false);
147 view = mInflater.inflate(R.layout.action_bar_spinner_dropdown, parent, false);
MailboxFragmentAdapter.java 168 private final LayoutInflater mInflater;
174 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
213 return mInflater.inflate(R.layout.mailbox_list_header, parent, false);
215 return mInflater.inflate(R.layout.mailbox_list_item, 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/Mms/src/com/android/mms/ui/
SlideshowEditActivity.java 357 private final LayoutInflater mInflater;
366 mInflater = LayoutInflater.from(context);
377 slideListItemView = (SlideListItemView) mInflater.inflate(
MessageListAdapter.java 117 protected LayoutInflater mInflater;
133 mInflater = (LayoutInflater) context.getSystemService(
220 View view = mInflater.inflate((boxType == INCOMING_ITEM_TYPE_SMS ||
  /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);
  /packages/apps/Settings/src/com/android/settings/applications/
RunningServiceDetails.java 58 LayoutInflater mInflater;
226 mServicesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
236 mProcessesHeader = (TextView)mInflater.inflate(R.layout.separator_label,
259 View root = mInflater.inflate(R.layout.running_service_details_service,
335 View root = mInflater.inflate(R.layout.running_service_details_process,
505 mInflater = (LayoutInflater)getActivity().getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 216 private final LayoutInflater mInflater;
221 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
252 view = mInflater.inflate(
267 view = mInflater.inflate(
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java 77 private LayoutInflater mInflater;
124 mInflater = getLayoutInflater();
125 View view = mInflater.inflate(R.layout.nls_main, null);
181 View item = mInflater.inflate(R.layout.nls_item, mItemList, false);
189 View item = mInflater.inflate(R.layout.nls_item, mItemList, false);
  /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/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 408 private final LayoutInflater mInflater;
414 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
424 convertView = mInflater.inflate(R.layout.gestures_item, parent, false);
  /frameworks/base/core/java/android/widget/
AppSecurityPermissions.java 71 private final LayoutInflater mInflater;
257 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
468 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
516 return getPermissionItemView(mContext, mInflater, grp, perm, first, newPermPrefix,
  /frameworks/base/core/java/com/android/internal/app/
ResolverActivity.java 403 private final LayoutInflater mInflater;
414 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
621 view = mInflater.inflate(
  /packages/apps/Browser/src/com/android/browser/preferences/
WebsiteSettingsFragment.java 196 private LayoutInflater mInflater;
212 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
464 view = mInflater.inflate(mResource, parent, false);
  /packages/apps/Browser/src/com/android/browser/view/
BookmarkExpandableView.java 273 LayoutInflater mInflater;
291 mInflater = LayoutInflater.from(mContext);
316 convertView = mInflater.inflate(R.layout.bookmark_grid_row, parent, false);
393 view = mInflater.inflate(R.layout.bookmark_group_view, parent, false);
417 mInflater.inflate(R.layout.bookmarks_header, null);
  /packages/apps/Contacts/src/com/android/contacts/activities/
ConfirmAddDetailActivity.java 109 private LayoutInflater mInflater;
230 mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
705 final View view = mInflater.inflate(layoutResId, mEditorContainerView,
    [all...]

Completed in 682 milliseconds

1 2 3 45 6 7