Home | History | Annotate | Download | only in view

Lines Matching defs:viewGroup

348      * 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) {
393 public View inflate(XmlPullParser parser, @Nullable ViewGroup root) {
414 public View inflate(@LayoutRes int resource, @Nullable ViewGroup root, boolean attachToRoot) {
451 public View inflate(XmlPullParser parser, @Nullable ViewGroup root, boolean attachToRoot) {
486 + "ViewGroup root and attachToRoot=true");
494 ViewGroup.LayoutParams params = null;
864 final ViewGroup viewGroup = (ViewGroup) parent;
865 final ViewGroup.LayoutParams params = viewGroup.generateLayoutParams(attrs);
867 viewGroup.addView(view, params);
900 if (parent instanceof ViewGroup) {
967 final ViewGroup group = (ViewGroup) parent;
983 ViewGroup.LayoutParams params = null;
1020 throw new InflateException("<include /> can only be used inside of a ViewGroup");