Searched refs:mInflater (Results 1 - 25 of 65) sorted by last modified time

123

/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java762 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
819 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
880 final ListView listView = (ListView) mInflater.inflate(dialog.mListLayout, null);
921 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
/frameworks/support/v7/appcompat/src/android/support/v7/view/
H A DContextThemeWrapper.java39 private LayoutInflater mInflater; field in class:ContextThemeWrapper
80 if (mInflater == null) {
81 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
83 return mInflater;
/frameworks/support/v7/appcompat/src/android/support/v7/view/menu/
H A DBaseMenuPresenter.java44 protected LayoutInflater mInflater; field in class:BaseMenuPresenter
71 mInflater = LayoutInflater.from(mContext);
H A DListMenuItemView.java63 private LayoutInflater mInflater; field in class:ListMenuItemView
292 if (mInflater == null) {
293 mInflater = LayoutInflater.from(getContext());
295 return mInflater;
H A DListMenuPresenter.java47 LayoutInflater mInflater; field in class:ListMenuPresenter
72 mInflater = LayoutInflater.from(mContext);
89 mInflater = LayoutInflater.from(mContext);
92 if (mInflater == null) {
93 mInflater = LayoutInflater.from(mContext);
105 mMenuView = (ExpandedMenuView) mInflater.inflate(
261 convertView = mInflater.inflate(mItemLayoutRes, parent, false);
H A DMenuAdapter.java42 private final LayoutInflater mInflater; field in class:MenuAdapter
46 mInflater = inflater;
93 convertView = mInflater.inflate(ITEM_LAYOUT, parent, false);
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DThemedSpinnerAdapter.java107 private final LayoutInflater mInflater; field in class:ThemedSpinnerAdapter.Helper
112 mInflater = LayoutInflater.from(context);
126 mDropDownInflater = mInflater;
151 return mDropDownInflater != null ? mDropDownInflater : mInflater;
H A DViewStubCompat.java47 private LayoutInflater mInflater; field in class:ViewStubCompat
135 mInflater = inflater;
142 return mInflater;
199 if (mInflater != null) {
200 factory = mInflater;
/frameworks/support/v7/mediarouter/src/android/support/v7/app/
H A DMediaRouteChooserDialog.java237 private final LayoutInflater mInflater; field in class:MediaRouteChooserDialog.RouteAdapter
245 mInflater = LayoutInflater.from(context);
272 view = mInflater.inflate(R.layout.mr_chooser_list_item, parent, false);
/frameworks/support/core-ui/java/android/support/v4/view/
H A DAsyncLayoutInflater.java70 LayoutInflater mInflater; field in class:AsyncLayoutInflater
75 mInflater = new BasicInflater(context);
99 request.view = mInflater.inflate(
185 request.view = request.inflater.mInflater.inflate(
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DResourceCursorAdapter.java37 private LayoutInflater mInflater; field in class:ResourceCursorAdapter
56 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
84 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
101 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
112 return mInflater.inflate(mLayout, parent, false);
117 return mInflater.inflate(mDropDownLayout, parent, false);
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java367 private final LayoutInflater mInflater; field in class:LoaderCustomSupport.AppListAdapter
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
390 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java367 private final LayoutInflater mInflater; field in class:LoaderCustomSupport.AppListAdapter
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
390 view = mInflater.inflate(R.layout.list_item_icon_text, 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/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java63 private final LayoutInflater mInflater; field in class:DropdownChipLayouter
71 mInflater = inflater;
203 return mInflater.inflate(getItemLayoutResId(type), null);
219 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false);
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
H A DOverflowMenuAdapter.java75 LayoutInflater mInflater = LayoutInflater.from(context);
76 convertView = mInflater.inflate(com.android.internal.R.layout.popup_menu_item_layout,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java123 private BridgeInflater mInflater; field in class:RenderSessionImpl
198 mInflater = new BridgeInflater(context, params.getLayoutlibCallback());
199 context.setBridgeInflater(mInflater);
317 view = mInflater.inflate(mBlockParser, mContentRoot);
330 mInflater.onDoneInflation();
628 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
1036 mInflater.postInflateProcess(view);
/frameworks/base/tests/MusicBrowserDemo/src/com/example/android/musicbrowserdemo/
H A DAppListFragment.java87 private final LayoutInflater mInflater; field in class:AppListFragment.Adapter
93 mInflater = LayoutInflater.from(context);
132 convertView = mInflater.inflate(android.R.layout.simple_list_item_1, parent, false);
H A DBrowserListFragment.java163 private final LayoutInflater mInflater; field in class:BrowserListFragment.Adapter
169 mInflater = LayoutInflater.from(context);
195 convertView = mInflater.inflate(android.R.layout.simple_list_item_1, parent, false);
/frameworks/base/tests/TransitionTests/src/com/android/transitiontests/
H A DResourceLoadingTest.java35 TransitionInflater mInflater; field in class:ResourceLoadingTest
47 mInflater = TransitionInflater.from(this);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DDialogActivity.java35 private LayoutInflater mInflater; field in class:DialogActivity
H A DEditTextActivityDialog.java39 private LayoutInflater mInflater; field in class:EditTextActivityDialog
H A DInputTypeActivity.java36 private LayoutInflater mInflater; field in class:InputTypeActivity
51 mInflater = getLayoutInflater();
145 View view = mInflater.inflate(R.layout.sample_edit_text, mParent, false);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3301 private final LayoutInflater mInflater; field in class:InputMethodManagerService.ImeSubtypeListAdapter
3312 mInflater = context.getSystemService(LayoutInflater.class);
3318 : mInflater.inflate(mTextViewResourceId, null);

Completed in 1384 milliseconds

123