Searched refs:inflate (Results 176 - 200 of 375) sorted by relevance

1234567891011>>

/frameworks/base/core/java/android/app/
H A DProgressDialog.java156 View view = inflater.inflate(a.getResourceId(
164 View view = inflater.inflate(a.getResourceId(
/frameworks/base/core/java/android/preference/
H A DPreferenceManager.java245 .inflate(parser, rootPreferences, true);
260 * @param resId The resource ID of the XML to inflate.
273 rootPreferences = (PreferenceScreen) inflater.inflate(resId, rootPreferences, true);
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DRecentsCreateFragment.java87 final View view = inflater.inflate(R.layout.fragment_directory, container, false);
215 convertView = inflater.inflate(R.layout.item_doc_list, parent, false);
H A DDirectoryFragment.java204 final View view = inflater.inflate(R.layout.fragment_directory, container, false);
499 mode.getMenuInflater().inflate(R.menu.mode_directory, menu);
751 convertView = inflater.inflate(R.layout.item_loading_list, parent, false);
753 convertView = inflater.inflate(R.layout.item_loading_grid, parent, false);
781 convertView = inflater.inflate(R.layout.item_message_list, parent, false);
783 convertView = inflater.inflate(R.layout.item_message_grid, parent, false);
865 convertView = inflater.inflate(R.layout.item_doc_list, parent, false);
867 convertView = inflater.inflate(R.layout.item_doc_grid, parent, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSDetailItems.java69 return (QSDetailItems) LayoutInflater.from(context).inflate(R.layout.qs_detail_items,
177 view = LayoutInflater.from(mContext).inflate(R.layout.qs_detail_item, this, false);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DKeyguardUserSwitcher.java64 mUserSwitcherContainer = (Container) userSwitcher.inflate();
250 convertView = LayoutInflater.from(mContext).inflate(
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/samples/simplecamera/
H A DSmartCamera.java165 // of the screen. Based on the item position that is selected, we inflate that
176 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
191 ImageView tmp = (ImageView) inflater.inflate(R.layout.imageview, null);
/frameworks/base/tests/DpiTest/src/com/google/android/test/dpi/
H A DDpiTestActivity.java106 layout = (LinearLayout)li.inflate(R.layout.image_views, null);
110 layout = (LinearLayout)li.inflate(R.layout.styled_image_views, null);
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DBridgeInflater.java165 public View inflate(int resource, ViewGroup root) { method in class:BridgeInflater
196 return inflate(bridgeParser, root);
/frameworks/opt/chips/src/com/android/ex/chips/
H A DDropdownChipLayouter.java76 * @param parent The parent to bind the view to if we inflate a new view.
165 return mInflater.inflate(getItemLayoutResId(type), null);
181 return convertView != null ? convertView : mInflater.inflate(itemLayout, parent, false);
/frameworks/support/v14/preference/src/android/support/v14/preference/
H A DPreferenceFragment.java69 * To inflate from XML, use the {@link #addPreferencesFromResource(int)}. The
251 final View view = inflater.inflate(mLayoutResId, container, false);
365 * @param preferencesResId The XML resource ID to inflate.
378 * @param preferencesResId The XML resource ID to inflate.
495 * @param inflater The LayoutInflater object that can be used to inflate the
507 .inflate(R.layout.preference_recyclerview, parent, false);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/app/
H A DDetailsFragment.java177 View view = inflater.inflate(R.layout.lb_details_fragment, container, false);
214 * Called by {@link #onCreateView(LayoutInflater, ViewGroup, Bundle)} to inflate
220 return inflater.inflate(R.layout.lb_browse_title, parent, false);
H A DDetailsSupportFragment.java179 View view = inflater.inflate(R.layout.lb_details_fragment, container, false);
216 * Called by {@link #onCreateView(LayoutInflater, ViewGroup, Bundle)} to inflate
222 return inflater.inflate(R.layout.lb_browse_title, parent, false);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceFragmentCompat.java62 * To inflate from XML, use the {@link #addPreferencesFromResource(int)}. The
244 final View view = inflater.inflate(mLayoutResId, container, false);
358 * @param preferencesResId The XML resource ID to inflate.
371 * @param preferencesResId The XML resource ID to inflate.
488 * @param inflater The LayoutInflater object that can be used to inflate the
500 .inflate(R.layout.preference_recyclerview, parent, false);
/frameworks/base/core/java/com/android/internal/widget/
H A DFloatingToolbar.java1093 .inflate(R.layout.floating_popup_open_overflow_button, null);
1179 .inflate(R.layout.floating_popup_close_overflow_button, null);
1362 menuButton = LayoutInflater.from(context).inflate(
1440 .inflate(R.layout.floating_popup_menu_image_button, null);
1448 .inflate(R.layout.floating_popup_menu_button, null);
1459 .inflate(R.layout.floating_popup_overflow_list_item, null);
1464 .inflate(R.layout.floating_popup_container, null);
H A DActionBarContextView.java177 inflater.inflate(R.layout.action_bar_title_item, this);
204 mClose = inflater.inflate(mCloseItemLayout, this, false);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java465 defaultPanel = ((ViewStub) defaultPanel).inflate();
481 customPanel = ((ViewStub) customPanel).inflate();
572 customView = inflater.inflate(mViewLayoutResId, customPanel, false);
1030 (RecycleListView) mInflater.inflate(dialog.mListLayout, null);
1070 return mInflater.inflate(dialog.mMultiChoiceItemLayout,
/frameworks/base/core/java/android/widget/
H A DActivityChooserView.java243 inflater.inflate(R.layout.activity_chooser_view, this, true);
760 convertView = LayoutInflater.from(getContext()).inflate(
770 convertView = LayoutInflater.from(getContext()).inflate(
H A DAppSecurityPermissions.java450 LinearLayout permsView = (LinearLayout) mInflater.inflate(R.layout.app_perms_summary, null);
505 PermissionItemView permView = (PermissionItemView)inflater.inflate(
515 View permView = inflater.inflate(R.layout.app_permission_item_old, null);
H A DMediaController.java250 LayoutInflater inflate = (LayoutInflater) mContext.getSystemService(Context.LAYOUT_INFLATER_SERVICE);
251 mRoot = inflate.inflate(com.android.internal.R.layout.media_controller, null);
H A DTabHost.java573 View tabIndicator = inflater.inflate(mTabLayoutId,
575 false); // no inflate params
607 View tabIndicator = inflater.inflate(mTabLayoutId,
609 false); // no inflate params
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DActivityChooserView.java228 inflater.inflate(R.layout.abc_activity_chooser_view, this, true);
724 convertView = LayoutInflater.from(getContext()).inflate(
734 convertView = LayoutInflater.from(getContext()).inflate(
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java222 colorStateList.inflate(r, parser, attrs, theme);
247 private void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, method in class:ColorStateList
/frameworks/base/graphics/java/android/graphics/drawable/
H A DShapeDrawable.java379 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:ShapeDrawable
381 super.inflate(r, parser, attrs, theme);
H A DVectorDrawable.java541 drawable.inflate(resources, parser, attrs);
560 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:VectorDrawable
666 path.inflate(res, attrs, theme);
675 path.inflate(res, attrs, theme);
683 newChildGroup.inflate(res, attrs, theme);
1260 public void inflate(Resources res, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VGroup
1476 public void inflate(Resources r, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VClipPath
1581 public void inflate(Resources r, AttributeSet attrs, Theme theme) { method in class:VectorDrawable.VFullPath

Completed in 621 milliseconds

1234567891011>>