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

/frameworks/ex/chips/src/com/android/ex/chips/
H A DSingleRecipientArrayAdapter.java31 private final LayoutInflater mLayoutInflater; field in class:SingleRecipientArrayAdapter
37 mLayoutInflater = LayoutInflater.from(context);
51 return mLayoutInflater.inflate(mLayoutId, null);
H A DRecipientAlternatesAdapter.java44 private final LayoutInflater mLayoutInflater; field in class:RecipientAlternatesAdapter
142 mLayoutInflater = LayoutInflater.from(context);
293 return mLayoutInflater.inflate(R.layout.chips_recipient_dropdown_item, null);
/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.java69 private LayoutInflater mLayoutInflater; field in class:RemoteViewsAdapter
758 mLayoutInflater = LayoutInflater.from(context);
1138 mCache, mLayoutInflater, mRemoteViewsOnClickHandler);
1151 mCache, mLayoutInflater, mRemoteViewsOnClickHandler);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java137 private LayoutInflater mLayoutInflater; field in class:PhoneWindow
218 mLayoutInflater = LayoutInflater.from(context);
270 mLayoutInflater.inflate(layoutResID, mContentParent);
335 return mLayoutInflater;
1285 mLayoutInflater.inflate(value, titleContainer);
2812 View in = mLayoutInflater.inflate(layoutResource, null);

Completed in 156 milliseconds