Searched defs:inflate (Results 1 - 25 of 41) sorted by last modified time

12

/frameworks/support/v7/appcompat/src/android/support/v7/internal/view/
H A DSupportMenuInflater.java102 * @param menu The Menu to inflate into. The items and submenus will be
106 public void inflate(int menuRes, Menu menu) { method in class:SupportMenuInflater
109 super.inflate(menuRes, menu);
/frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
H A DViewStubCompat.java97 * {@link #inflate()} to replace this StubbedView
100 * @return The layout resource identifier used to inflate the new View.
104 * @see #inflate()
112 * Specifies the layout resource to inflate when this StubbedView becomes visible or invisible
113 * or when {@link #inflate()} is invoked. The View created by inflating the layout resource is
120 * @see #inflate()
128 * Set {@link LayoutInflater} to use in {@link #inflate()}, or {@code null}
136 * Get current {@link LayoutInflater} used in {@link #inflate()}.
157 * {@link #inflate()} is invoked and this StubbedView is replaced in its parent
163 * @see #inflate()
189 public View inflate() { method in class:ViewStubCompat
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DPopupMenu.java193 * @return a {@link MenuInflater} that can be used to inflate menu items from XML into the
204 * popupMenu.getMenuInflater().inflate(menuRes, popupMenu.getMenu()).
205 * @param menuRes Menu resource to inflate
207 public void inflate(@MenuRes int menuRes) { method in class:PopupMenu
208 getMenuInflater().inflate(menuRes, mMenu);
/frameworks/support/v7/preference/src/android/support/v7/preference/
H A DPreferenceInflater.java37 * The {@link PreferenceInflater} is used to inflate preference hierarchies from
114 public Preference inflate(int resource, @Nullable PreferenceGroup root) { method in class:PreferenceInflater
117 return inflate(parser, root);
142 public Preference inflate(XmlPullParser parser, @Nullable PreferenceGroup root) { method in class:PreferenceInflater
/frameworks/support/graphics/drawable/animated/src/android/support/graphics/drawable/
H A DAnimatedVectorDrawableCompat.java193 drawable.inflate(resources, parser, attrs, context.getTheme());
297 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:AnimatedVectorDrawableCompat
348 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs) method in class:AnimatedVectorDrawableCompat
350 inflate(res, parser, attrs, null);
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java422 drawable.inflate(res, parser, attrs, theme);
454 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs) method in class:VectorDrawableCompat
456 inflate(res, parser, attrs, null);
459 public void inflate(Resources res, XmlPullParser parser, AttributeSet attrs, Theme theme) method in class:VectorDrawableCompat
551 path.inflate(res, attrs, theme);
560 path.inflate(res, attrs, theme);
568 newChildGroup.inflate(res, attrs, theme);
1020 public void inflate(Resources res, AttributeSet attrs, Theme theme) { method in class:VectorDrawableCompat.VGroup
1222 public void inflate(Resources r, AttributeSet attrs, Theme theme) { method in class:VectorDrawableCompat.VClipPath
1328 public void inflate(Resource method in class:VectorDrawableCompat.VFullPath
[all...]
/frameworks/native/include/gui/
H A DIGraphicBufferProducer.h344 inline void inflate(uint32_t inWidth, uint32_t inHeight, function in struct:android::IGraphicBufferProducer::QueueBufferOutput
/frameworks/data-binding/library/src/main/java/android/databinding/
H A DDataBindingUtil.java70 * the generated Binding's inflate method to ensure type-safe inflation.
72 * @param inflater The LayoutInflater used to inflate the binding layout.
73 * @param layoutId The layout resource ID of the layout to inflate.
86 public static <T extends ViewDataBinding> T inflate(LayoutInflater inflater, int layoutId, method in class:DataBindingUtil
88 return inflate(inflater, layoutId, parent, attachToParent, sDefaultComponent);
95 * the generated Binding's inflate method to ensure type-safe inflation.
97 * @param inflater The LayoutInflater used to inflate the binding layout.
98 * @param layoutId The layout resource ID of the layout to inflate.
111 public static <T extends ViewDataBinding> T inflate( method in class:DataBindingUtil
116 final View view = inflater.inflate(layoutI
[all...]
/frameworks/base/tools/aapt2/
H A DXmlDom.cpp169 std::unique_ptr<Node> inflate(std::istream* in, SourceLogger* logger) { function in namespace:aapt::xml
227 std::unique_ptr<Node> inflate(const void* data, size_t dataLen, SourceLogger* logger) { function in namespace:aapt::xml
/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/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DRenderSessionImpl.java108 * through the {@link Bridge} API to inflate the layout. Further actions and rendering can then
202 public Result inflate() { method in class:RenderSessionImpl
223 view = mInflater.inflate(mBlockParser, mContentRoot);
234 // post-inflate process. For now this supports TabHost/TabWidget
557 // inflate the child without adding it to the root since we want to control where it'll
560 final View child = mInflater.inflate(blockParser, parentView, false /*attachToRoot*/);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DUserDetailView.java41 public static UserDetailView inflate(Context context, ViewGroup parent, boolean attach) { method in class:UserDetailView
42 return (UserDetailView) LayoutInflater.from(context).inflate(
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DRemoteInputView.java107 public static RemoteInputView inflate(Context context, ViewGroup root, method in class:RemoteInputView
110 LayoutInflater.from(context).inflate(R.layout.remote_input, root, false);
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/
H A DSimpleInflater.java47 public void inflate(int menuRes) { method in class:SimpleInflater
/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);

Completed in 451 milliseconds

12