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

1 2 3 45 6 7 8

  /packages/apps/Contacts/src/com/android/contacts/editor/
KindSectionView.java 58 private LayoutInflater mInflater;
97 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
191 view = mInflater.inflate(layoutResId, mEditors, false);
RawContactReadOnlyEditorView.java 56 private LayoutInflater mInflater;
95 mInflater = (LayoutInflater)getContext().getSystemService(
253 final View field = mInflater.inflate(R.layout.item_read_only_field, mGeneral, 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/DeskClock/src/com/android/deskclock/worldclock/
WorldClockAdapter.java 45 private final LayoutInflater mInflater;
57 mInflater = LayoutInflater.from(context);
212 view = mInflater.inflate(R.layout.world_clock_list_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/
DeviceAdminSettings.java 156 final LayoutInflater mInflater;
159 mInflater = (LayoutInflater)
205 View v = mInflater.inflate(R.layout.device_admin_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsCategory.java 248 private final LayoutInflater mInflater;
255 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
286 view = mInflater.inflate(R.layout.app_ops_item, parent, false);
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
MiscFilesHandler.java 56 private LayoutInflater mInflater;
66 mInflater = (LayoutInflater)getSystemService(Context.LAYOUT_INFLATER_SERVICE);
250 (FileItemInfoLayout) mInflater.inflate(R.layout.settings_storage_miscfiles,
  /packages/apps/VideoEditor/src/com/android/videoeditor/
ProjectPickerAdapter.java 53 private LayoutInflater mInflater;
66 mInflater = inflater;
136 View v = mInflater.inflate(R.layout.project_picker_item, null);
  /frameworks/base/core/tests/coretests/src/com/android/internal/widget/
SizeAdaptiveLayoutTest.java 34 private LayoutInflater mInflater;
48 mInflater = LayoutInflater.from(context);
54 mSizeAdaptiveLayout = (SizeAdaptiveLayout) mInflater.inflate(resource, null);
70 assertNotNull(mInflater);
  /frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
EditTextActivityDialog.java 39 private LayoutInflater mInflater;
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ScrollingTabContainerView.java 55 private final LayoutInflater mInflater;
64 mInflater = LayoutInflater.from(context);
72 mTabLayout = (LinearLayout) mInflater.inflate(R.layout.abc_action_bar_tabbar, this, false);
239 final TabView tabView = (TabView) mInflater.inflate(R.layout.abc_action_bar_tab, mTabLayout,
  /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/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(
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
ConversationViewAdapter.java 70 private final LayoutInflater mInflater;
461 mInflater = LayoutInflater.from(mContext);
502 v = item.createView(mContext, mInflater, parent);
512 return mInflater;
  /packages/experimental/LoaderApp/src/com/android/loaderapp/fragments/
ContactEntryAdapter.java 33 protected LayoutInflater mInflater;
80 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
  /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);
  /cts/tests/tests/widget/src/android/widget/cts/
SimpleAdapterTest.java 84 private LayoutInflater mInflater;
90 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
91 mAdapterHost = (LinearLayout) mInflater.inflate(
  /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);
  /development/samples/ApiDemos/src/com/example/android/apis/app/
LoaderCustom.java 367 private final LayoutInflater mInflater;
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
388 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
  /development/samples/Support4Demos/src/com/example/android/supportv4/app/
LoaderCustomSupport.java 369 private final LayoutInflater mInflater;
373 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
392 view = mInflater.inflate(R.layout.list_item_icon_text, 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(
  /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/selectcalendars/
SelectCalendarsSimpleAdapter.java 59 private LayoutInflater mInflater;
101 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
227 view = mInflater.inflate(mLayout, parent, false);
  /packages/apps/Mms/src/com/android/mms/ui/
MessageListAdapter.java 117 protected LayoutInflater mInflater;
133 mInflater = (LayoutInflater) context.getSystemService(
220 View view = mInflater.inflate((boxType == INCOMING_ITEM_TYPE_SMS ||

Completed in 1878 milliseconds

1 2 3 45 6 7 8