Searched defs:mInflater (Results 26 - 50 of 56) sorted by relevance

123

/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java94 private LayoutInflater mInflater; field in class:ArrayAdapter
310 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
371 view = mInflater.inflate(resource, parent, false);
H A DSimpleAdapter.java59 private LayoutInflater mInflater; field in class:SimpleAdapter
85 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
121 v = mInflater.inflate(resource, parent, false);
H A DSimpleExpandableListAdapter.java52 private LayoutInflater mInflater; field in class:SimpleExpandableListAdapter
210 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
240 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
289 return mInflater.inflate((isExpanded) ? mExpandedGroupLayout : mCollapsedGroupLayout,
H A DAppSecurityPermissions.java71 private final LayoutInflater mInflater; field in class:AppSecurityPermissions
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/
H A DMediaRouteChooserDialog.java181 private final LayoutInflater mInflater; field in class:MediaRouteChooserDialog.RouteAdapter
185 mInflater = LayoutInflater.from(context);
215 view = mInflater.inflate(R.layout.media_route_list_item, parent, false);
H A DAlertController.java888 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
945 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
1010 mInflater.inflate(dialog.mListLayout, null);
1050 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
H A DResolverActivity.java782 private final LayoutInflater mInflater; field in class:ResolverActivity.ResolveListAdapter
795 mInflater = LayoutInflater.from(context);
1066 view = mInflater.inflate(
/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java36 protected LayoutInflater mInflater; field in class:BaseMenuPresenter
63 mInflater = LayoutInflater.from(mContext);
H A DListMenuItemView.java54 private LayoutInflater mInflater; field in class:ListMenuItemView
272 if (mInflater == null) {
273 mInflater = LayoutInflater.from(mContext);
275 return mInflater;
H A DListMenuPresenter.java40 LayoutInflater mInflater; field in class:ListMenuPresenter
65 mInflater = LayoutInflater.from(mContext);
82 mInflater = LayoutInflater.from(mContext);
85 if (mInflater == null) {
86 mInflater = LayoutInflater.from(mContext);
98 mMenuView = (ExpandedMenuView) mInflater.inflate(
254 convertView = mInflater.inflate(mItemLayoutRes, parent, false);
H A DMenuPopupHelper.java51 private final LayoutInflater mInflater; field in class:MenuPopupHelper
92 mInflater = LayoutInflater.from(context);
382 convertView = mInflater.inflate(ITEM_LAYOUT, parent, false);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java39 private final LayoutInflater mInflater; field in class:DropdownChipLayouter
45 mInflater = inflater;
140 return mInflater.inflate(getItemLayoutResId(type), null);
156 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
H A DTimeZoneFilterTypeAdapter.java84 private LayoutInflater mInflater; field in class:TimeZoneFilterTypeAdapter
92 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
117 v = mInflater.inflate(R.layout.time_zone_filter_item, null);
H A DTimeZoneResultAdapter.java79 private LayoutInflater mInflater; field in class:TimeZoneResultAdapter
95 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
271 v = mInflater.inflate(R.layout.empty_time_zone_item, null);
277 v = mInflater.inflate(R.layout.time_zone_item, null);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/menu/
H A DBaseMenuPresenter.java40 protected LayoutInflater mInflater; field in class:BaseMenuPresenter
67 mInflater = LayoutInflater.from(mContext);
H A DListMenuItemView.java58 private LayoutInflater mInflater; field in class:ListMenuItemView
276 if (mInflater == null) {
277 mInflater = LayoutInflater.from(mContext);
279 return mInflater;
H A DListMenuPresenter.java44 LayoutInflater mInflater; field in class:ListMenuPresenter
69 mInflater = LayoutInflater.from(mContext);
86 mInflater = LayoutInflater.from(mContext);
89 if (mInflater == null) {
90 mInflater = LayoutInflater.from(mContext);
102 mMenuView = (ExpandedMenuView) mInflater.inflate(
258 convertView = mInflater.inflate(mItemLayoutRes, parent, false);
H A DMenuPopupHelper.java54 private final LayoutInflater mInflater; field in class:MenuPopupHelper
95 mInflater = LayoutInflater.from(context);
370 convertView = mInflater.inflate(ITEM_LAYOUT, parent, false);
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java191 private final LayoutInflater mInflater; field in class:MediaRouteChooserDialog.RouteAdapter
195 mInflater = LayoutInflater.from(context);
212 view = mInflater.inflate(R.layout.mr_media_route_list_item, parent, false);
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java101 protected final LayoutInflater mInflater; field in class:LauncherActivity.ActivityAdapter
110 mInflater = (LayoutInflater) LauncherActivity.this.getSystemService(
153 view = mInflater.inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DRecentsView.java62 LayoutInflater mInflater; field in class:RecentsView
84 mInflater = LayoutInflater.from(context);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DAlternateRecentsComponent.java155 LayoutInflater mInflater; field in class:AlternateRecentsComponent
184 mInflater = LayoutInflater.from(context);
458 mHeaderBar = (TaskViewHeader) mInflater.inflate(R.layout.recents_task_view_header, null,
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java263 private LayoutInflater mInflater; field in class:PreferenceActivity.HeaderAdapter
270 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
281 view = mInflater.inflate(mLayoutResId, parent, false);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java72 LayoutInflater mInflater; field in class:VoiceInteractionSession
470 mRootView = mInflater.inflate(
581 return mInflater;
616 mInflater = (LayoutInflater)mContext.getSystemService(
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java129 private LayoutInflater mInflater; field in class:RecentsPanelView.TaskDescriptionAdapter
132 mInflater = LayoutInflater.from(context);
148 View convertView = mInflater.inflate(mRecentItemLayoutId, parent, false);

Completed in 493 milliseconds

123