Searched refs:mLayoutInflater (Results 1 - 7 of 7) 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.java38 private final LayoutInflater mLayoutInflater; field in class:RecipientAlternatesAdapter
116 mLayoutInflater = LayoutInflater.from(context);
195 return mLayoutInflater.inflate(mLayoutId, 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);
H A DChooseTypeAndAccountActivity.java439 private LayoutInflater mLayoutInflater; field in class:ChooseTypeAndAccountActivity.AccountArrayAdapter
446 mLayoutInflater = (LayoutInflater) context.getSystemService(
455 convertView = mLayoutInflater.inflate(R.layout.choose_selected_account_row, null);
/frameworks/base/core/java/android/widget/
H A DRemoteViewsAdapter.java67 private LayoutInflater mLayoutInflater; field in class:RemoteViewsAdapter
435 TextView loadingTextView = (TextView) mLayoutInflater.inflate(
718 mLayoutInflater = LayoutInflater.from(context);
/frameworks/base/policy/src/com/android/internal/policy/impl/
H A DPhoneWindow.java132 private LayoutInflater mLayoutInflater; field in class:PhoneWindow
199 mLayoutInflater = LayoutInflater.from(context);
251 mLayoutInflater.inflate(layoutResID, mContentParent);
316 return mLayoutInflater;
1251 mLayoutInflater.inflate(value, titleContainer);
2707 View in = mLayoutInflater.inflate(layoutResource, null);

Completed in 171 milliseconds