Searched refs:mInflater (Results 51 - 66 of 66) sorted by relevance

123

/frameworks/base/core/java/android/app/
H A DLauncherActivity.java101 protected final LayoutInflater mInflater; field in class:LauncherActivity.ActivityAdapter
110 mInflater = (LayoutInflater) LauncherActivity.this.getSystemService(
153 view = mInflater.inflate(
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java367 private final LayoutInflater mInflater; field in class:LoaderCustomSupport.AppListAdapter
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
390 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/app/
H A DLoaderCustomSupport.java367 private final LayoutInflater mInflater; field in class:LoaderCustomSupport.AppListAdapter
371 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
390 view = mInflater.inflate(R.layout.list_item_icon_text, parent, false);
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java70 private final LayoutInflater mInflater; field in class:AppSecurityPermissions
253 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
453 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
501 return getPermissionItemView(mContext, mInflater, grp, perm, first, newPermPrefix,
H A DEditor.java3538 private LayoutInflater mInflater = (LayoutInflater) mContext.getSystemService( field in class:Editor.SuggestionsPopupWindow.SuggestionAdapter
3561 textView = (TextView) mInflater.inflate(mTextView.mTextEditSuggestionItemLayout,
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java125 private BridgeInflater mInflater; field in class:RenderSessionImpl
200 mInflater = new BridgeInflater(context, params.getLayoutlibCallback());
201 context.setBridgeInflater(mInflater);
345 view = mInflater.inflate(mBlockParser, mContentRoot);
358 mInflater.onDoneInflation();
698 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
1106 mInflater.postInflateProcess(view);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java848 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
905 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
967 (RecycleListView) mInflater.inflate(dialog.mListLayout, null);
1008 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java132 LayoutInflater mInflater; field in class:VoiceInteractionSession
1079 mInflater = (LayoutInflater)mContext.getSystemService(
1090 mRootView = mInflater.inflate(
1339 return mInflater;
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java941 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
998 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
1063 (RecycleListView) mInflater.inflate(dialog.mListLayout, null);
1104 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
H A DResolverActivity.java1310 protected final LayoutInflater mInflater; field in class:ResolverActivity.ResolveListAdapter
1326 mInflater = LayoutInflater.from(context);
1785 return mInflater.inflate(
H A DChooserActivity.java1012 return mInflater.inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java98 protected final LayoutInflater mInflater; field in class:ZenModePanel
147 mInflater = LayoutInflater.from(mContext.getApplicationContext());
393 final View rb = mInflater.inflate(mZenModeButtonLayoutId, mEdit, false);
396 final View rbc = mInflater.inflate(mZenModeConditionLayoutId, mEdit, false);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java271 LayoutInflater mInflater; field in class:InputMethodService
823 mInflater = (LayoutInflater)getSystemService(
855 mRootView = mInflater.inflate(
984 return mInflater;
1430 return mInflater.inflate(
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java274 private LayoutInflater mInflater; field in class:PreferenceActivity.HeaderAdapter
281 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
292 view = mInflater.inflate(mLayoutResId, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java146 private LayoutInflater mInflater; field in class:TaskStackView
277 mInflater = LayoutInflater.from(context);
1596 return (GridTaskView) mInflater.inflate(R.layout.recents_grid_task_view, this, false);
1598 return (TaskView) mInflater.inflate(R.layout.recents_task_view, this, false);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3703 private final LayoutInflater mInflater; field in class:InputMethodManagerService.ImeSubtypeListAdapter
3714 mInflater = context.getSystemService(LayoutInflater.class);
3720 : mInflater.inflate(mTextViewResourceId, null);

Completed in 578 milliseconds

123