/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/ |
D | RvArrayAdapter.java | 26 private LayoutInflater mLayoutInflater; field in RvArrayAdapter 47 if (mLayoutInflater == null) { in onCreateViewHolder() 48 mLayoutInflater = LayoutInflater.from(viewGroup.getContext()); in onCreateViewHolder() 50 View v = mLayoutInflater.inflate(android.R.layout.simple_list_item_1, viewGroup, false); in onCreateViewHolder()
|
/frameworks/data-binding/extensions/baseAdapters/src/main/java/android/databinding/adapters/ |
D | ObservableListAdapter.java | 36 private final LayoutInflater mLayoutInflater; field in ObservableListAdapter 44 mLayoutInflater = (resourceId == 0) ? null : in ObservableListAdapter() 126 convertView = mLayoutInflater.inflate(resourceId, parent, false); in getViewForResource()
|
/frameworks/support/design/src/android/support/design/internal/ |
D | NavigationMenuPresenter.java | 70 LayoutInflater mLayoutInflater; field in NavigationMenuPresenter 91 mLayoutInflater = LayoutInflater.from(context); in initForMenu() 101 mMenuView = (NavigationMenuView) mLayoutInflater.inflate( in getMenuView() 106 mHeaderLayout = (LinearLayout) mLayoutInflater in getMenuView() 211 View view = mLayoutInflater.inflate(res, mHeaderLayout, false); in inflateHeaderView() 402 return new NormalViewHolder(mLayoutInflater, parent, mOnClickListener); in onCreateViewHolder() 404 return new SubheaderViewHolder(mLayoutInflater, parent); in onCreateViewHolder() 406 return new SeparatorViewHolder(mLayoutInflater, parent); in onCreateViewHolder()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/tv/ |
D | PipControlsView.java | 67 private final LayoutInflater mLayoutInflater; field in PipControlsView 118 mLayoutInflater = (LayoutInflater) getContext() in PipControlsView() 120 mLayoutInflater.inflate(R.layout.tv_pip_controls, this); in PipControlsView() 211 PipControlButtonView buttonView = (PipControlButtonView) mLayoutInflater.inflate( in updateUserActions()
|
/frameworks/support/samples/Support7Demos/src/com/example/android/supportv7/util/ |
D | SortedListActivity.java | 76 final LayoutInflater mLayoutInflater; field in SortedListActivity.SortedListAdapter 78 mLayoutInflater = layoutInflater; in SortedListAdapter() 120 mLayoutInflater.inflate(R.layout.sorted_list_item_view, parent, false)) { in onCreateViewHolder()
|
/frameworks/base/tests/UiBench/src/com/android/test/uibench/ |
D | NotificationShadeActivity.java | 39 private LayoutInflater mLayoutInflater; field in NotificationShadeActivity.FakeNotificationStackView 76 View view = mLayoutInflater.inflate(R.layout.notification, this, false); in generateNextView() 96 mLayoutInflater = LayoutInflater.from(getContext()); in FakeNotificationStackView()
|
/frameworks/base/core/java/android/accounts/ |
D | ChooseAccountTypeActivity.java | 172 private LayoutInflater mLayoutInflater; field in ChooseAccountTypeActivity.AccountArrayAdapter 179 mLayoutInflater = (LayoutInflater) context.getSystemService( in AccountArrayAdapter() 188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null); in getView()
|
D | ChooseAccountActivity.java | 192 private LayoutInflater mLayoutInflater; field in ChooseAccountActivity.AccountArrayAdapter 198 mLayoutInflater = (LayoutInflater) context.getSystemService( in AccountArrayAdapter() 207 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null); in getView()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NavigationBarInflaterView.java | 84 protected LayoutInflater mLayoutInflater; field in NavigationBarInflaterView 109 mLayoutInflater = LayoutInflater.from(mContext); in createInflaters() 126 mRot0 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout, this, false); in inflateChildren() 129 mRot90 = (FrameLayout) mLayoutInflater.inflate(R.layout.navigation_layout_rot90, this, in inflateChildren() 261 LayoutInflater inflater = landscape ? mLandscapeInflater : mLayoutInflater; in inflateButton()
|
/frameworks/support/fragment/java/android/support/v4/app/ |
D | Fragment.java | 230 LayoutInflater mLayoutInflater; field in Fragment 1102 if (mLayoutInflater == null) { 1105 return mLayoutInflater; 1118 mLayoutInflater = layoutInflater; 1119 return mLayoutInflater; 2506 mLayoutInflater = null;
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
D | PageAdapter.java | 85 private final LayoutInflater mLayoutInflater; field in PageAdapter 135 mLayoutInflater = (LayoutInflater) context.getSystemService( in PageAdapter() 306 page = mLayoutInflater.inflate(R.layout.preview_page_selected, parent, false); in onCreateViewHolder() 308 page = mLayoutInflater.inflate(R.layout.preview_page, parent, false); in onCreateViewHolder()
|
/frameworks/base/core/java/android/app/ |
D | Fragment.java | 406 LayoutInflater mLayoutInflater; field in Fragment 1310 if (mLayoutInflater == null) { 1313 return mLayoutInflater; 1326 mLayoutInflater = layoutInflater; 1327 return mLayoutInflater; 2779 mLayoutInflater = null;
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | PhoneWindow.java | 164 private LayoutInflater mLayoutInflater; field in PhoneWindow 304 mLayoutInflater = LayoutInflater.from(context); in PhoneWindow() 419 mLayoutInflater.inflate(layoutResID, mContentParent); in setContentView() 531 return mLayoutInflater; in getLayoutInflater() 1606 mLayoutInflater.inflate(value, titleContainer); in onIntChanged() 2586 mDecor.onResourcesLoaded(mLayoutInflater, layoutResource); in generateLayout()
|
/frameworks/base/core/java/com/android/internal/app/ |
D | ChooserActivity.java | 1251 private final LayoutInflater mLayoutInflater; field in ChooserActivity.ChooserRowAdapter 1259 mLayoutInflater = LayoutInflater.from(ChooserActivity.this); in ChooserRowAdapter() 1383 final ViewGroup row = (ViewGroup) mLayoutInflater.inflate(R.layout.chooser_row, in createViewHolder()
|