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

123

/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/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java123 private BridgeInflater mInflater; field in class:RenderSessionImpl
198 mInflater = new BridgeInflater(context, params.getLayoutlibCallback());
199 context.setBridgeInflater(mInflater);
317 view = mInflater.inflate(mBlockParser, mContentRoot);
330 mInflater.onDoneInflation();
628 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
1036 mInflater.postInflateProcess(view);
/frameworks/base/core/java/android/widget/
H A DAppSecurityPermissions.java71 private final LayoutInflater mInflater; field in class:AppSecurityPermissions
254 mInflater = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
454 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
502 return getPermissionItemView(mContext, mInflater, grp, perm, first, newPermPrefix,
H A DEditor.java3435 private LayoutInflater mInflater = (LayoutInflater) mContext.getSystemService( field in class:Editor.SuggestionsPopupWindow.SuggestionAdapter
3458 textView = (TextView) mInflater.inflate(mTextView.mTextEditSuggestionItemLayout,
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DAlertController.java762 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
819 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
880 final ListView listView = (ListView) mInflater.inflate(dialog.mListLayout, null);
921 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/dirlist/
H A DDirectoryFragment.java168 private LayoutInflater mInflater; field in class:DirectoryFragment
185 mInflater = inflater;
857 (TextView) mInflater.inflate(R.layout.dialog_delete_confirmation, null);
1385 private final LayoutInflater mInflater; field in class:DirectoryFragment.DragShadowBuilder
1395 mInflater = LayoutInflater.from(context);
1400 mShadowView = mInflater.inflate(R.layout.drag_shadow_layout, null);
/frameworks/base/core/java/android/service/voice/
H A DVoiceInteractionSession.java132 LayoutInflater mInflater; field in class:VoiceInteractionSession
1061 mRootView = mInflater.inflate(
1241 return mInflater;
1277 mInflater = (LayoutInflater)mContext.getSystemService(
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java935 public final LayoutInflater mInflater; field in class:AlertController.AlertParams
992 mInflater = (LayoutInflater) context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
1057 (RecycleListView) mInflater.inflate(dialog.mListLayout, null);
1098 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
H A DResolverActivity.java1241 protected final LayoutInflater mInflater; field in class:ResolverActivity.ResolveListAdapter
1256 mInflater = LayoutInflater.from(context);
1671 return mInflater.inflate(
H A DChooserActivity.java898 return mInflater.inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
H A DZenModePanel.java90 protected final LayoutInflater mInflater; field in class:ZenModePanel
129 mInflater = LayoutInflater.from(mContext.getApplicationContext());
315 final View rb = mInflater.inflate(R.layout.zen_mode_button, this, false);
318 final View rbc = mInflater.inflate(R.layout.zen_mode_condition, this, false);
/frameworks/base/core/java/android/inputmethodservice/
H A DInputMethodService.java271 LayoutInflater mInflater; field in class:InputMethodService
791 mInflater = (LayoutInflater)getSystemService(
826 mRootView = mInflater.inflate(
955 return mInflater;
1398 return mInflater.inflate(
/frameworks/base/core/java/android/preference/
H A DPreferenceActivity.java266 private LayoutInflater mInflater; field in class:PreferenceActivity.HeaderAdapter
273 mInflater = (LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
284 view = mInflater.inflate(mLayoutResId, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackView.java133 private LayoutInflater mInflater; field in class:TaskStackView
255 mInflater = LayoutInflater.from(context);
1506 return (TaskView) mInflater.inflate(R.layout.recents_task_view, this, false);
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java3301 private final LayoutInflater mInflater; field in class:InputMethodManagerService.ImeSubtypeListAdapter
3312 mInflater = context.getSystemService(LayoutInflater.class);
3318 : mInflater.inflate(mTextViewResourceId, null);

Completed in 429 milliseconds

123