Searched defs:inflate (Results 1 - 25 of 41) sorted by path

12

/frameworks/base/core/java/android/app/backup/
H A DBlobBackupHelper.java173 private byte[] inflate(byte[] compressedData) { method in class:BlobBackupHelper
284 byte[] payload = inflate(compressed);
/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/core/java/android/preference/
H A DGenericInflater.java41 * @param T The type of the items to inflate
220 public T inflate(@XmlRes int resource, P root) { method in class:GenericInflater
221 return inflate(resource, root, root != null);
240 public T inflate(XmlPullParser parser, P root) { method in class:GenericInflater
241 return inflate(parser, root, root != null);
260 public T inflate(@XmlRes int resource, P root, boolean attachToRoot) { method in class:GenericInflater
264 return inflate(parser, root, attachToRoot);
291 public T inflate(XmlPullParser parser, P root, method in class:GenericInflater
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java348 * which is not allowed by the {@link Filter}, the {@link #inflate(int, ViewGroup)} call will
373 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root) { method in class:LayoutInflater
374 return inflate(resource, root, root != null);
393 public View inflate(XmlPullParser parser, @Nullable ViewGroup root) { method in class:LayoutInflater
394 return inflate(parser, root, root != null);
414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) { method in class:LayoutInflater
423 return inflate(parser, root, attachToRoot);
451 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) { method in class:LayoutInflater
453 Trace.traceBegin(Trace.TRACE_TAG_VIEW, "inflate");
713 * @param parent the parent view, used to inflate layou
[all...]
H A DMenuInflater.java102 * @param menu The Menu to inflate into. The items and submenus will be
105 public void inflate(@MenuRes int menuRes, Menu menu) { method in class:MenuInflater
H A DView.java19777 * @param resource The resource ID to inflate
19778 * @param root A view group that will be the parent. Used to properly inflate the
19782 public static View inflate(Context context, @LayoutRes int resource, ViewGroup root) { method in class:View
19784 return factory.inflate(resource, root);
H A DViewStub.java32 * A ViewStub is an invisible, zero-sized View that can be used to lazily inflate
35 * When a ViewStub is made visible, or when {@link #inflate()} is invoked, the layout resource
38 * {@link #inflate()} is invoked.
41 * parameters. Similarly, you can define/override the inflate View's id by using the
62 * View inflated = stub.inflate();
65 * When {@link #inflate()} is invoked, the ViewStub is replaced by the inflated View
152 * {@link #inflate()} to replace this StubbedView
155 * @return The layout resource identifier used to inflate the new View.
159 * @see #inflate()
168 * Specifies the layout resource to inflate whe
247 public View inflate() { method in class:ViewStub
[all...]
/frameworks/base/core/java/android/widget/
H A DPopupMenu.java195 * @return a {@link MenuInflater} that can be used to inflate menu items from XML into the
206 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
207 * @param menuRes Menu resource to inflate
209 public void inflate(@MenuRes int menuRes) { method in class:PopupMenu
210 getMenuInflater().inflate(menuRes, mMenu);
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedRotateDrawable.java125 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, method in class:AnimatedRotateDrawable
H A DAnimatedStateListDrawable.java375 public void inflate(@NonNull Resources r, @NonNull XmlPullParser parser, method in class:AnimatedStateListDrawable
H A DAnimatedVectorDrawable.java145 * to inflate animators if applyTheme() doesn't get called.
302 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:AnimatedVectorDrawable
480 * If there are any pending uninflated animators, attempts to inflate
485 * @param res the resources against which to inflate any pending
491 // support for Animator.applyTheme(). See comments in inflate().
536 * @param t the theme against which to inflate the animators
H A DAnimationDrawable.java287 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:AnimationDrawable
H A DBitmapDrawable.java719 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:BitmapDrawable
721 super.inflate(r, parser, attrs, theme);
H A DClipDrawable.java84 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:ClipDrawable
86 super.inflate(r, parser, attrs, theme);
H A DColorDrawable.java231 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:ColorDrawable
233 super.inflate(r, parser, attrs, theme);
H A DDrawable.java1215 drawable.inflate(r, parser, attrs, theme);
1244 * @see #inflate(Resources, XmlPullParser, AttributeSet, Theme)
1246 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs) method in class:Drawable
1248 inflate(r, parser, attrs, null);
1255 * @param parser XML parser from which to inflate this Drawable
1261 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:Drawable
H A DGradientDrawable.java1016 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:GradientDrawable
H A DInsetDrawable.java96 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:InsetDrawable
98 super.inflate(r, parser, attrs, theme);
H A DLayerDrawable.java156 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:LayerDrawable
158 super.inflate(r, parser, attrs, theme);
H A DLevelListDrawable.java88 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:LevelListDrawable
90 super.inflate(r, parser, attrs, theme);
H A DNinePatchDrawable.java405 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:NinePatchDrawable
407 super.inflate(r, parser, attrs, theme);
H A DRippleDrawable.java406 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:RippleDrawable
415 super.inflate(r, parser, attrs, theme);
H A DRotateDrawable.java65 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:RotateDrawable
H A DScaleDrawable.java86 public void inflate(Resources r, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:ScaleDrawable
88 super.inflate(r, parser, attrs, theme);
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);

Completed in 4184 milliseconds

12