HomeSort by relevance Sort by last modified time
    Searched defs:mLayoutInflater (Results 1 - 25 of 60) sorted by null

1 2 3

  /frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
RvArrayAdapter.java 26 private LayoutInflater mLayoutInflater;
47 if (mLayoutInflater == null) {
48 mLayoutInflater = LayoutInflater.from(viewGroup.getContext());
50 View v = mLayoutInflater.inflate(android.R.layout.simple_list_item_1, viewGroup, false);
  /developers/samples/android/ui/transition/AdapterTransition/Application/src/main/java/com/example/android/adaptertransition/
MeatAdapter.java 36 private final LayoutInflater mLayoutInflater;
47 mLayoutInflater = inflater;
71 view = mLayoutInflater.inflate(mResourceId, parent, false);
  /developers/samples/android/ui/transition/FragmentTransition/Application/src/main/java/com/example/android/fragmenttransition/
MeatAdapter.java 28 private final LayoutInflater mLayoutInflater;
32 mLayoutInflater = inflater;
56 view = mLayoutInflater.inflate(mResourceId, parent, false);
  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 59 private LayoutInflater mLayoutInflater;
75 mLayoutInflater = (LayoutInflater) mContext.getSystemService(
81 mLayoutInflater = null;
82 mLayoutInflater = LayoutInflater.from(mContext);
83 assertNotNull(mLayoutInflater);
84 mLayoutInflater = null;
85 mLayoutInflater = new MockLayoutInflater(mContext);
86 assertNotNull(mLayoutInflater);
88 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater,
95 mLayoutInflater.setFilter(mFilter)
    [all...]
  /frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/
ObservableListAdapter.java 36 private final LayoutInflater mLayoutInflater;
44 mLayoutInflater = (resourceId == 0) ? null :
126 convertView = mLayoutInflater.inflate(resourceId, parent, false);
  /frameworks/support/samples/Support7Demos/src/main/java/com/example/android/supportv7/util/
SortedListActivity.java 77 final LayoutInflater mLayoutInflater;
79 mLayoutInflater = layoutInflater;
121 mLayoutInflater.inflate(R.layout.sorted_list_item_view, parent, false)) {
  /packages/apps/ManagedProvisioning/tests/instrumentation/src/com/android/managedprovisioning/preprovisioning/terms/
TermsListAdapterTest.java 41 private @Mock LayoutInflater mLayoutInflater;
65 TermsListAdapter adapter = new TermsListAdapter(mDocs, mLayoutInflater, mContextMenuMaker,
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsListAdapter.java 55 private final LayoutInflater mLayoutInflater;
68 mLayoutInflater = layoutInflater;
135 mLayoutInflater.inflate(R.layout.widget_list_divider, row);
138 WidgetCell widget = (WidgetCell) mLayoutInflater.inflate(
176 ViewGroup container = (ViewGroup) mLayoutInflater.inflate(
  /frameworks/base/packages/SettingsLib/tests/robotests/src/com/android/settingslib/notification/
EnableZenModeDialogTest.java 63 private LayoutInflater mLayoutInflater;
74 mLayoutInflater = LayoutInflater.from(mShadowContext);
78 mController.mLayoutInflater = mLayoutInflater;
ZenDurationDialogTest.java 57 private LayoutInflater mLayoutInflater;
66 mLayoutInflater = LayoutInflater.from(mContext);
69 mController.mLayoutInflater = mLayoutInflater;
  /frameworks/base/tests/UiBench/src/com/android/test/uibench/
NotificationShadeActivity.java 39 private LayoutInflater mLayoutInflater;
76 View view = mLayoutInflater.inflate(R.layout.notification, this, false);
96 mLayoutInflater = LayoutInflater.from(getContext());
  /packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
CallListAdapter.java 48 private final LayoutInflater mLayoutInflater;
62 mLayoutInflater =
90 convertView = mLayoutInflater.inflate(R.layout.call_list_item, parent, false);
SelfManagedCallListAdapter.java 123 private final LayoutInflater mLayoutInflater;
130 mLayoutInflater = layoutInflater;
152 ? mLayoutInflater.inflate(R.layout.self_managed_call_list_item, parent, false)
  /frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/
PipControlsView.java 67 private final LayoutInflater mLayoutInflater;
118 mLayoutInflater = (LayoutInflater) getContext()
120 mLayoutInflater.inflate(R.layout.tv_pip_controls, this);
211 PipControlButtonView buttonView = (PipControlButtonView) mLayoutInflater.inflate(
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 192 private LayoutInflater mLayoutInflater;
198 mLayoutInflater = (LayoutInflater) context.getSystemService(
207 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
ChooseAccountTypeActivity.java 172 private LayoutInflater mLayoutInflater;
179 mLayoutInflater = (LayoutInflater) context.getSystemService(
188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
  /packages/apps/Contacts/src/com/android/contacts/list/
AccountFilterActivity.java 139 private final LayoutInflater mLayoutInflater;
145 mLayoutInflater = (LayoutInflater) context.getSystemService
172 view = (ContactListFilterView) mLayoutInflater.inflate(
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/dataadapter/
CollapsedAlarmViewHolder.java 261 private final LayoutInflater mLayoutInflater;
264 mLayoutInflater = layoutInflater;
269 return new CollapsedAlarmViewHolder(mLayoutInflater.inflate(
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 47 private final LayoutInflater mLayoutInflater;
60 mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
169 convertView = mLayoutInflater.inflate(
  /packages/apps/Settings/src/com/android/settings/widget/
SlidingTabLayout.java 39 private final LayoutInflater mLayoutInflater;
47 mLayoutInflater = LayoutInflater.from(context);
50 mIndicatorView = mLayoutInflater.inflate(R.layout.sliding_tab_indicator_view, this, false);
130 final TextView tabTitleView = (TextView) mLayoutInflater.inflate(
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
EntityHeaderControllerTest.java 72 private LayoutInflater mLayoutInflater;
83 mLayoutInflater = LayoutInflater.from(mShadowContext);
106 View inputView = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
117 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
143 final View view = mLayoutInflater
171 final View view = mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
188 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
213 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
235 mLayoutInflater.inflate(R.layout.settings_entity_header, null /* root */);
248 final View view = mLayoutInflater
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
ItemListRowView.java 120 private final LayoutInflater mLayoutInflater;
127 mLayoutInflater = LayoutInflater.from(context);
208 .getOrCreateView(mLayoutInflater, getLayoutResId(viewType), parent);
MenuView.java 38 private final LayoutInflater mLayoutInflater;
56 mLayoutInflater = LayoutInflater.from(context);
94 MenuRowView view = (MenuRowView) mLayoutInflater.inflate(row.getLayoutResId(), this, false);
  /developers/build/prebuilts/gradle/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 67 private LayoutInflater mLayoutInflater;
77 mLayoutInflater = LayoutInflater.from(context);
108 final View view = mLayoutInflater.inflate(
141 CardScrollView cardScrollView = (CardScrollView) mLayoutInflater.inflate(
153 final ActionPage navActionPage = (ActionPage) mLayoutInflater.inflate(
166 final ActionPage openActionPage = (ActionPage) mLayoutInflater.inflate(
  /developers/samples/android/wearable/wear/XYZTouristAttractions/Wearable/src/main/java/com/example/android/xyztouristattractions/ui/
AttractionsGridPagerAdapter.java 67 private LayoutInflater mLayoutInflater;
77 mLayoutInflater = LayoutInflater.from(context);
108 final View view = mLayoutInflater.inflate(
141 CardScrollView cardScrollView = (CardScrollView) mLayoutInflater.inflate(
153 final ActionPage navActionPage = (ActionPage) mLayoutInflater.inflate(
166 final ActionPage openActionPage = (ActionPage) mLayoutInflater.inflate(

Completed in 489 milliseconds

1 2 3