Searched refs:mInflater (Results 26 - 50 of 67) sorted by relevance

123

/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java47 private LayoutInflater mInflater; field in class:CharacterPickerDialog
64 mInflater = LayoutInflater.from(context);
125 mInflater.inflate(R.layout.character_picker_button, null);
/frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
H A DCameraBrowser.java53 private final LayoutInflater mInflater; field in class:CameraBrowser.CameraAdapter
57 mInflater = (LayoutInflater)c.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
75 view = (TwoLineListItem)mInflater.inflate(
H A DObjectBrowser.java56 private final LayoutInflater mInflater; field in class:ObjectBrowser.ObjectAdapter
60 mInflater = (LayoutInflater)c.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
82 view = mInflater.inflate(R.layout.object_list, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DSegmentedButtons.java38 protected final LayoutInflater mInflater; field in class:SegmentedButtons
47 mInflater = LayoutInflater.from(mContext);
78 return (Button) mInflater.inflate(R.layout.segmented_button, this, false);
/frameworks/base/core/java/android/widget/
H A DArrayAdapter.java82 private final LayoutInflater mInflater; field in class:ArrayAdapter
212 mInflater = LayoutInflater.from(context);
415 return createViewFromResource(mInflater, position, convertView, parent, mResource);
484 } else if (theme == mInflater.getContext().getTheme()) {
485 mDropDownInflater = mInflater;
500 final LayoutInflater inflater = mDropDownInflater == null ? mInflater : mDropDownInflater;
H A DYearPickerView.java114 private final LayoutInflater mInflater; field in class:YearPickerView.YearAdapter
121 mInflater = LayoutInflater.from(context);
177 v = (TextView) mInflater.inflate(ITEM_LAYOUT, parent, false);
H A DDayPickerPagerAdapter.java47 private final LayoutInflater mInflater; field in class:DayPickerPagerAdapter
68 mInflater = LayoutInflater.from(context);
226 final View itemView = mInflater.inflate(mLayoutResId, container, false);
/frameworks/opt/timezonepicker/src/com/android/timezonepicker/
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);
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);
/frameworks/base/core/java/com/android/internal/view/menu/
H A DBaseMenuPresenter.java38 protected LayoutInflater mInflater; field in class:BaseMenuPresenter
65 mInflater = LayoutInflater.from(mContext);
H A DListMenuItemView.java64 private LayoutInflater mInflater; field in class:ListMenuItemView
316 if (mInflater == null) {
317 mInflater = LayoutInflater.from(mContext);
319 return mInflater;
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/view/menu/
H A DBaseMenuPresenter.java44 protected LayoutInflater mInflater; field in class:BaseMenuPresenter
71 mInflater = LayoutInflater.from(mContext);
H A DListMenuItemView.java71 private LayoutInflater mInflater; field in class:ListMenuItemView
330 if (mInflater == null) {
331 mInflater = LayoutInflater.from(getContext());
333 return mInflater;
/frameworks/base/core/java/android/app/
H A DFragmentBreadCrumbs.java47 LayoutInflater mInflater; field in class:FragmentBreadCrumbs
127 mInflater = (LayoutInflater)a.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
128 mContainer = (LinearLayout)mInflater.inflate(
325 final View item = mInflater.inflate(mLayoutResId, this, false);
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/tests/ImfTest/src/com/android/imftest/samples/
H A DDialogActivity.java35 private LayoutInflater mInflater; field in class:DialogActivity
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);
H A DEditTextActivityDialog.java39 private LayoutInflater mInflater; field in class:EditTextActivityDialog
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java46 protected LayoutInflater mInflater; field in class:GrantCredentialsPermissionActivity
53 mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
154 View view = mInflater.inflate(R.layout.permissions_package_list_item, null);
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java189 private final LayoutInflater mInflater; field in class:MediaRouteChooserDialog.RouteAdapter
193 mInflater = LayoutInflater.from(context);
223 view = mInflater.inflate(R.layout.media_route_list_item, parent, false);
/frameworks/base/core/tests/coretests/src/android/view/
H A DListContextMenu.java47 private LayoutInflater mInflater; field in class:ListContextMenu.ThrashListAdapter
52 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
77 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/drawer/
H A DUserAdapter.java80 private final LayoutInflater mInflater; field in class:UserAdapter
87 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
118 return mInflater.inflate(R.layout.user_preference, parent, false);
/frameworks/support/mediarouter/src/main/java/androidx/mediarouter/app/
H A DMediaRouteChooserDialog.java251 private final LayoutInflater mInflater; field in class:MediaRouteChooserDialog.RouteAdapter
259 mInflater = LayoutInflater.from(context);
286 view = mInflater.inflate(R.layout.mr_chooser_list_item, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/plugins/
H A DPluginInstanceManager.java389 private LayoutInflater mInflater; field in class:PluginInstanceManager.PluginContextWrapper
404 if (mInflater == null) {
405 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
407 return mInflater;
/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);

Completed in 728 milliseconds

123