Lines Matching refs:attr

72  * @attr ref android.R.styleable#ViewGroup_clipChildren
73 * @attr ref android.R.styleable#ViewGroup_clipToPadding
74 * @attr ref android.R.styleable#ViewGroup_layoutAnimation
75 * @attr ref android.R.styleable#ViewGroup_animationCache
76 * @attr ref android.R.styleable#ViewGroup_persistentDrawingCache
77 * @attr ref android.R.styleable#ViewGroup_alwaysDrawnWithCache
78 * @attr ref android.R.styleable#ViewGroup_addStatesFromChildren
79 * @attr ref android.R.styleable#ViewGroup_descendantFocusability
80 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges
469 int attr = a.getIndex(i);
470 switch (attr) {
472 setClipChildren(a.getBoolean(attr, true));
475 setClipToPadding(a.getBoolean(attr, true));
478 setAnimationCacheEnabled(a.getBoolean(attr, true));
481 setPersistentDrawingCache(a.getInt(attr, PERSISTENT_SCROLLING_CACHE));
484 setAddStatesFromChildren(a.getBoolean(attr, false));
487 setAlwaysDrawnWithCacheEnabled(a.getBoolean(attr, true));
490 int id = a.getResourceId(attr, -1);
496 setDescendantFocusability(DESCENDANT_FOCUSABILITY_FLAGS[a.getInt(attr, 0)]);
499 setMotionEventSplittingEnabled(a.getBoolean(attr, false));
502 boolean animateLayoutChanges = a.getBoolean(attr, false);
2937 * @attr ref android.R.styleable#ViewGroup_clipChildren
2958 * @attr ref android.R.styleable#ViewGroup_clipToPadding
3647 * @attr ref android.R.styleable#ViewGroup_animateLayoutChanges
5492 * @attr ref android.R.styleable#ViewGroup_Layout_layout_height
5493 * @attr ref android.R.styleable#ViewGroup_Layout_layout_width
5834 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginLeft
5835 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginTop
5836 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginRight
5837 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginBottom
5859 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginStart
5860 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginTop
5861 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginEnd
5862 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginBottom
5880 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginStart
5889 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginStart
5909 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginEnd
5918 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginEnd
5936 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginStart
5937 * @attr ref android.R.styleable#ViewGroup_MarginLayout_layout_marginEnd