Searched refs:mInflater (Results 1 - 23 of 23) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DResourceCursorAdapter.java35 private LayoutInflater mInflater; field in class:ResourceCursorAdapter
49 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
68 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
79 return mInflater.inflate(mLayout, parent, false);
84 return mInflater.inflate(mDropDownLayout, parent, false);
H A DResourceCursorTreeAdapter.java34 private LayoutInflater mInflater; field in class:ResourceCursorTreeAdapter
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,
H A DSimpleExpandableListAdapter.java52 private LayoutInflater mInflater; field in class:SimpleExpandableListAdapter
210 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
240 return mInflater.inflate((isLastChild) ? mLastChildLayout : mChildLayout, parent, false);
289 return mInflater.inflate((isExpanded) ? mExpandedGroupLayout : mCollapsedGroupLayout,
H A DArrayAdapter.java91 private LayoutInflater mInflater; field in class:ArrayAdapter
271 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
332 view = mInflater.inflate(resource, parent, false);
H A DSimpleAdapter.java59 private LayoutInflater mInflater; field in class:SimpleAdapter
85 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
121 v = mInflater.inflate(resource, parent, false);
H A DAppSecurityPermissions.java67 private LayoutInflater mInflater; field in class:AppSecurityPermissions
208 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
209 mPermsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
322 return getPermissionItemView(mContext, mInflater, grpName, permList,
/frameworks/base/core/java/android/view/
H A DContextThemeWrapper.java31 private LayoutInflater mInflater; field in class:ContextThemeWrapper
68 if (mInflater == null) {
69 mInflater = LayoutInflater.from(mBase).cloneInContext(this);
71 return mInflater;
/frameworks/base/core/tests/coretests/src/android/widget/listview/
H A DListTakeFocusFromSide.java37 private LayoutInflater mInflater; field in class:ListTakeFocusFromSide.ThrashListAdapter
42 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
67 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
H A DListThrasher.java51 private LayoutInflater mInflater; field in class:ListThrasher.ThrashListAdapter
64 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
91 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
/frameworks/base/core/tests/coretests/src/android/view/
H A DInflateTest.java32 private LayoutInflater mInflater; field in class:InflateTest
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);
H A DListContextMenu.java47 private LayoutInflater mInflater; field in class:ListContextMenu.ThrashListAdapter
52 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
77 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
/frameworks/base/core/tests/coretests/src/android/widget/gridview/
H A DGridThrasher.java53 private LayoutInflater mInflater; field in class:GridThrasher.ThrashListAdapter
66 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
93 view = (TextView) mInflater.inflate(android.R.layout.simple_list_item_1, null);
/frameworks/base/core/java/android/accounts/
H A DGrantCredentialsPermissionActivity.java50 protected LayoutInflater mInflater; field in class:GrantCredentialsPermissionActivity
58 mInflater = (LayoutInflater) getSystemService(Context.LAYOUT_INFLATER_SERVICE);
126 View view = mInflater.inflate(R.layout.permissions_package_list_item, null);
/frameworks/base/core/java/android/text/method/
H A DCharacterPickerDialog.java46 private LayoutInflater mInflater; field in class:CharacterPickerDialog
63 mInflater = LayoutInflater.from(context);
124 mInflater.inflate(R.layout.character_picker_button, null);
/frameworks/base/tests/ImfTest/src/com/android/imftest/samples/
H A DDialogActivity.java35 private LayoutInflater mInflater; field in class:DialogActivity
H A DInputTypeActivity.java36 private LayoutInflater mInflater; field in class:InputTypeActivity
51 mInflater = getLayoutInflater();
145 View view = mInflater.inflate(R.layout.sample_edit_text, mParent, false);
H A DEditTextActivityDialog.java39 private LayoutInflater mInflater; field in class:EditTextActivityDialog
/frameworks/base/core/java/android/app/
H A DLauncherActivity.java99 protected final LayoutInflater mInflater; field in class:LauncherActivity.ActivityAdapter
107 mInflater = (LayoutInflater) LauncherActivity.this.getSystemService(
149 view = mInflater.inflate(
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java105 private BridgeInflater mInflater; field in class:RenderSessionImpl
179 mInflater = new BridgeInflater(context, params.getProjectCallback());
180 context.setBridgeInflater(mInflater);
279 View view = mInflater.inflate(mBlockParser, mContentRoot);
535 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
/frameworks/base/core/java/com/android/internal/app/
H A DResolverActivity.java225 private final LayoutInflater mInflater; field in class:ResolverActivity.ResolveListAdapter
233 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
410 view = mInflater.inflate(
H A DAlertController.java688 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
742 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
802 mInflater.inflate(R.layout.select_dialog, null);
842 return mInflater.inflate(R.layout.select_dialog_multichoice,
/frameworks/base/core/java/com/android/internal/view/menu/
H A DMenuBuilder.java167 private LayoutInflater mInflater; field in class:MenuBuilder.MenuType
178 if (mInflater == null) {
181 mInflater = (LayoutInflater) wrappedContext
185 return mInflater;
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java223 LayoutInflater mInflater; field in class:InputMethodService
555 mInflater = (LayoutInflater)getSystemService(
585 mRootView = mInflater.inflate(
693 return mInflater;
1114 return mInflater.inflate(

Completed in 278 milliseconds