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

1 2 3 4 5 6 7 8 910

  /frameworks/base/core/java/android/widget/
ResourceCursorAdapter.java 37 private LayoutInflater mInflater;
57 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
58 mDropDownInflater = mInflater;
80 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
81 mDropDownInflater = mInflater;
98 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
99 mDropDownInflater = mInflater;
119 } else if (theme == mInflater.getContext().getTheme()) {
120 mDropDownInflater = mInflater;
135 return mInflater.inflate(mLayout, parent, false)
    [all...]
ResourceCursorTreeAdapter.java 34 private LayoutInflater mInflater;
60 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
100 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
105 return mInflater.inflate((isExpanded) ? mExpandedGroupLayout : mCollapsedGroupLayout,
  /frameworks/support/v4/java/android/support/v4/widget/
ResourceCursorAdapter.java 37 private LayoutInflater mInflater;
56 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
78 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
95 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
106 return mInflater.inflate(mLayout, parent, false);
111 return mInflater.inflate(mDropDownLayout, parent, false);
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowResourceCursorAdapter.java 40 private LayoutInflater mInflater;
54 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
73 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
84 return mInflater.inflate(mLayout, parent, false);
89 return mInflater.inflate(mDropDownLayout, parent, false);
  /frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
ContextThemeWrapper.java 35 private LayoutInflater mInflater;
76 if (mInflater == null) {
77 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
79 return mInflater;
  /frameworks/support/v7/appcompat/src/android/support/v7/widget/
ThemedSpinnerAdapter.java 107 private final LayoutInflater mInflater;
112 mInflater = LayoutInflater.from(context);
126 mDropDownInflater = mInflater;
151 return mDropDownInflater != null ? mDropDownInflater : mInflater;
  /frameworks/base/core/java/android/view/
ContextThemeWrapper.java 32 private LayoutInflater mInflater;
118 if (mInflater == null) {
119 mInflater = LayoutInflater.from(getBaseContext()).cloneInContext(this);
121 return mInflater;
  /packages/apps/Calendar/src/com/android/calendar/
EmailAddressAdapter.java 36 private LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
45 return mInflater.inflate(R.layout.email_autocomplete_item, parent, false);
50 return mInflater.inflate(R.layout.email_autocomplete_item_loading, parent, false);
  /developers/build/prebuilts/gradle/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 36 private final LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
62 return new ItemViewHolder(mInflater.inflate(R.layout.speed_picker_item_layout, null));
  /developers/samples/android/wearable/wear/SpeedTracker/Wearable/src/main/java/com/example/android/wearable/speedtracker/ui/
SpeedPickerListAdapter.java 36 private final LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
62 return new ItemViewHolder(mInflater.inflate(R.layout.speed_picker_item_layout, null));
  /development/apps/Development/src/com/android/development/
ArrayAdapter.java 31 mInflater = (LayoutInflater)context.getSystemService(
65 view = mInflater.inflate(mLayoutRes, parent, false);
74 private final LayoutInflater mInflater;
  /development/samples/browseable/SpeedTracker/Wearable/src/com.example.android.wearable.speedtracker/ui/
SpeedPickerListAdapter.java 36 private final LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
62 return new ItemViewHolder(mInflater.inflate(R.layout.speed_picker_item_layout, null));
  /frameworks/base/core/tests/coretests/src/android/widget/listview/
ListTakeFocusFromSide.java 37 private LayoutInflater mInflater;
42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
67 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHostView.java 34 private LayoutInflater mInflater;
42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
47 return mInflater.inflate(R.layout.appwidget_error, this, false);
AddAdapter.java 37 private final LayoutInflater mInflater;
68 mInflater = (LayoutInflater) launcher.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
81 convertView = mInflater.inflate(R.layout.add_list_item, parent, false);
  /packages/apps/Stk/src/com/android/stk/
StkMenuAdapter.java 35 private final LayoutInflater mInflater;
41 mInflater = LayoutInflater.from(context);
50 convertView = mInflater.inflate(R.layout.stk_menu_item, parent,
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/tv/
TvAppVerifierActivity.java 40 private LayoutInflater mInflater;
52 mInflater = getLayoutInflater();
54 View view = mInflater.inflate(R.layout.location_mode_main, null);
86 View item = mInflater.inflate(R.layout.tv_item, mItemList, false);
102 View item = mInflater.inflate(R.layout.tv_item, mItemList, false);
  /frameworks/base/core/tests/coretests/src/android/view/
InflateTest.java 32 private LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(mContext);
46 // mInflater.inflate(mResId, null, null);
59 mView = mInflater.inflate(resourceId, null);
65 mInflater.inflate(resourceId, null);
67 mInflater.inflate(resourceId, null);
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
WaitFragment.java 48 private LayoutInflater mInflater;
77 mInflater = inflater;
78 ViewGroup wrapper = (ViewGroup) mInflater
90 view = mInflater.inflate(R.layout.wait_for_manual_sync, root, false);
96 view = mInflater.inflate(R.layout.loading_messages, root, false);
98 view = mInflater.inflate(R.layout.wait_default, root, false);
  /development/samples/ApiDemos/src/com/example/android/apis/view/
List14.java 47 private LayoutInflater mInflater;
53 mInflater = LayoutInflater.from(context);
106 convertView = mInflater.inflate(R.layout.list_item_icon_text, null);
  /packages/apps/Gallery2/src/com/android/photos/adapters/
PhotoThumbnailAdapter.java 35 private LayoutInflater mInflater;
40 mInflater = LayoutInflater.from(context);
59 View view = mInflater.inflate(R.layout.photo_set_item, parent, false);
  /packages/apps/Browser/src/com/android/browser/addbookmark/
FolderSpinnerAdapter.java 45 private LayoutInflater mInflater;
52 mInflater = LayoutInflater.from(mContext);
108 convertView = mInflater.inflate(
118 convertView = mInflater.inflate(android.R.layout.simple_spinner_item,
  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
FromAddressSpinnerAdapter.java 41 private LayoutInflater mInflater;
49 if (mInflater == null) {
50 mInflater = (LayoutInflater) getContext().getSystemService(
53 return mInflater;
  /developers/build/prebuilts/gradle/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 98 LayoutInflater mInflater;
119 if (mInflater == null) {
120 mInflater = LayoutInflater.from(MainActivity.this);
130 TextView tv = (TextView) mInflater
142 ImageView iv = (ImageView) mInflater
  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ShareActionProvider/Application/src/main/java/com/example/android/actionbarcompat/shareactionprovider/
MainActivity.java 98 LayoutInflater mInflater;
119 if (mInflater == null) {
120 mInflater = LayoutInflater.from(MainActivity.this);
130 TextView tv = (TextView) mInflater
142 ImageView iv = (ImageView) mInflater

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 910