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

1 2

  /cts/tests/tests/view/src/android/view/cts/
LayoutInflaterTest.java 45 private LayoutInflater mLayoutInflater;
71 mLayoutInflater = (LayoutInflater) mContext
76 mLayoutInflater = null;
77 mLayoutInflater = LayoutInflater.from(mContext);
78 assertNotNull(mLayoutInflater);
79 mLayoutInflater = null;
80 mLayoutInflater = new MockLayoutInflater(mContext);
81 assertNotNull(mLayoutInflater);
83 LayoutInflater layoutInflater = new MockLayoutInflater(mLayoutInflater,
89 mLayoutInflater.setFilter(mFilter)
    [all...]
  /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);
  /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);
  /packages/apps/Dialer/src/com/android/dialer/calllog/
CallDetailHistoryAdapter.java 47 private final LayoutInflater mLayoutInflater;
59 mLayoutInflater = layoutInflater;
108 ? mLayoutInflater.inflate(R.layout.call_detail_history_header, parent, false)
115 ? mLayoutInflater.inflate(R.layout.call_detail_history_item, parent, 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(
  /development/samples/browseable/XYZTouristAttractions/Wearable/src/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(
  /frameworks/support/design/src/android/support/design/internal/
NavigationMenuPresenter.java 65 private LayoutInflater mLayoutInflater;
86 mLayoutInflater = LayoutInflater.from(context);
98 mMenuView = (NavigationMenuView) mLayoutInflater.inflate(
103 mHeader = (LinearLayout) mLayoutInflater.inflate(R.layout.design_navigation_item_header,
207 View view = mLayoutInflater.inflate(res, mHeader, false);
321 convertView = mLayoutInflater.inflate(R.layout.design_navigation_item,
338 convertView = mLayoutInflater.inflate(
346 convertView = mLayoutInflater.inflate(
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetsListAdapter.java 60 private LayoutInflater mLayoutInflater;
75 mLayoutInflater = LayoutInflater.from(context);
110 WidgetCell widget = (WidgetCell) mLayoutInflater.inflate(
163 ViewGroup container = (ViewGroup) mLayoutInflater.inflate(
  /development/samples/Support7Demos/src/com/example/android/supportv7/util/
SortedListActivity.java 75 final LayoutInflater mLayoutInflater;
77 mLayoutInflater = layoutInflater;
119 mLayoutInflater.inflate(R.layout.sorted_list_item_view, parent, false)) {
  /frameworks/base/core/java/android/accounts/
ChooseAccountActivity.java 156 private LayoutInflater mLayoutInflater;
162 mLayoutInflater = (LayoutInflater) context.getSystemService(
171 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/group/
GroupBrowseListAdapter.java 42 private final LayoutInflater mLayoutInflater;
52 mLayoutInflater = LayoutInflater.from(context);
156 result = mLayoutInflater.inflate(R.layout.group_browse_list_item, parent, false);
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
AccountFilterActivity.java 203 private final LayoutInflater mLayoutInflater;
209 mLayoutInflater = (LayoutInflater) context.getSystemService
236 view = (ContactListFilterView) mLayoutInflater.inflate(
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
SavedWallpaperImages.java 47 LayoutInflater mLayoutInflater;
68 mLayoutInflater = LayoutInflater.from(context);
117 mLayoutInflater, convertView, parent, thumbDrawable);
  /packages/apps/Launcher3/src/com/android/launcher3/
PageIndicator.java 34 private LayoutInflater mLayoutInflater;
71 mLayoutInflater = LayoutInflater.from(context);
166 (PageIndicatorMarker) mLayoutInflater.inflate(R.layout.page_indicator_marker,
  /packages/apps/Settings/src/com/android/settings/dashboard/
DashboardSummary.java 51 private LayoutInflater mLayoutInflater;
119 mLayoutInflater = inflater;
146 View categoryView = mLayoutInflater.inflate(R.layout.dashboard_category, mDashboard,
  /packages/apps/Settings/src/com/android/settings/nfc/
NfcPaymentPreference.java 44 private final LayoutInflater mLayoutInflater;
57 mLayoutInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
165 convertView = mLayoutInflater.inflate(
  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AllAppsGridAdapter.java 282 private LayoutInflater mLayoutInflater;
311 mLayoutInflater = LayoutInflater.from(context);
382 return new ViewHolder(mLayoutInflater.inflate(R.layout.all_apps_empty_search, parent,
387 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate(
398 BubbleTextView icon = (BubbleTextView) mLayoutInflater.inflate(
  /packages/apps/Launcher2/src/com/android/launcher2/
WallpaperChooserDialogFragment.java 228 private LayoutInflater mLayoutInflater;
231 mLayoutInflater = activity.getLayoutInflater();
250 view = mLayoutInflater.inflate(R.layout.wallpaper_item, parent, false);
AppsCustomizeTabHost.java 47 private final LayoutInflater mLayoutInflater;
61 mLayoutInflater = LayoutInflater.from(context);
121 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
126 tabView = (TextView) mLayoutInflater.inflate(R.layout.tab_widget_indicator, tabs, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/
TestListAdapter.java 77 private final LayoutInflater mLayoutInflater;
161 this.mLayoutInflater =
383 textView = (TextView) mLayoutInflater.inflate(layout, parent, false);
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/backup/
BackupTestActivity.java 352 private final LayoutInflater mLayoutInflater;
357 mLayoutInflater = (LayoutInflater) context.getSystemService(LAYOUT_INFLATER_SERVICE);
401 return getItem(position).getView(mLayoutInflater, position, convertView, parent);
  /packages/apps/InCallUI/src/com/android/incallui/
ConferenceParticipantListAdapter.java 199 private final LayoutInflater mLayoutInflater;
224 mLayoutInflater = layoutInflater;
321 ? mLayoutInflater.inflate(R.layout.caller_in_conference, parent, false)
  /packages/apps/Contacts/src/com/android/contacts/editor/
CompactRawContactsEditorView.java 126 private LayoutInflater mLayoutInflater;
171 mLayoutInflater = (LayoutInflater)
    [all...]

Completed in 773 milliseconds

1 2