Searched refs:mLayoutInflater (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/design/src/android/support/design/internal/
H A DNavigationMenuPresenter.java65 private LayoutInflater mLayoutInflater; field in class:NavigationMenuPresenter
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(
/frameworks/base/core/java/android/accounts/
H A DChooseAccountActivity.java156 private LayoutInflater mLayoutInflater; field in class:ChooseAccountActivity.AccountArrayAdapter
162 mLayoutInflater = (LayoutInflater) context.getSystemService(
171 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
H A DChooseAccountTypeActivity.java172 private LayoutInflater mLayoutInflater; field in class:ChooseAccountTypeActivity.AccountArrayAdapter
179 mLayoutInflater = (LayoutInflater) context.getSystemService(
188 convertView = mLayoutInflater.inflate(R.layout.choose_account_row, null);
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java73 private LayoutInflater mLayoutInflater; field in class:RemoteViewsAdapter
831 mLayoutInflater = LayoutInflater.from(context);
1212 mCache, mLayoutInflater, mRemoteViewsOnClickHandler);
1225 mCache, mLayoutInflater, mRemoteViewsOnClickHandler);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPageAdapter.java80 private final LayoutInflater mLayoutInflater; field in class:PageAdapter
129 mLayoutInflater = (LayoutInflater) context.getSystemService(
285 View page = mLayoutInflater.inflate(R.layout.preview_page, parent, false);
/frameworks/base/core/java/com/android/internal/app/
H A DChooserActivity.java990 private final LayoutInflater mLayoutInflater; field in class:ChooserActivity.ChooserRowAdapter
997 mLayoutInflater = LayoutInflater.from(ChooserActivity.this);
1106 final ViewGroup row = (ViewGroup) mLayoutInflater.inflate(R.layout.chooser_row,
/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java177 private LayoutInflater mLayoutInflater; field in class:PhoneWindow
306 mLayoutInflater = LayoutInflater.from(context);
393 mLayoutInflater.inflate(layoutResID, mContentParent);
485 return mLayoutInflater;
1514 mLayoutInflater.inflate(value, titleContainer);
3909 View in = mLayoutInflater.inflate(layoutResource, null);

Completed in 515 milliseconds