Lines Matching refs:attr

686  * @attr ref android.R.styleable#View_alpha
687 * @attr ref android.R.styleable#View_background
688 * @attr ref android.R.styleable#View_clickable
689 * @attr ref android.R.styleable#View_contentDescription
690 * @attr ref android.R.styleable#View_drawingCacheQuality
691 * @attr ref android.R.styleable#View_duplicateParentState
692 * @attr ref android.R.styleable#View_id
693 * @attr ref android.R.styleable#View_requiresFadingEdge
694 * @attr ref android.R.styleable#View_fadeScrollbars
695 * @attr ref android.R.styleable#View_fadingEdgeLength
696 * @attr ref android.R.styleable#View_filterTouchesWhenObscured
697 * @attr ref android.R.styleable#View_fitsSystemWindows
698 * @attr ref android.R.styleable#View_isScrollContainer
699 * @attr ref android.R.styleable#View_focusable
700 * @attr ref android.R.styleable#View_focusableInTouchMode
701 * @attr ref android.R.styleable#View_hapticFeedbackEnabled
702 * @attr ref android.R.styleable#View_keepScreenOn
703 * @attr ref android.R.styleable#View_layerType
704 * @attr ref android.R.styleable#View_layoutDirection
705 * @attr ref android.R.styleable#View_longClickable
706 * @attr ref android.R.styleable#View_minHeight
707 * @attr ref android.R.styleable#View_minWidth
708 * @attr ref android.R.styleable#View_nextFocusDown
709 * @attr ref android.R.styleable#View_nextFocusLeft
710 * @attr ref android.R.styleable#View_nextFocusRight
711 * @attr ref android.R.styleable#View_nextFocusUp
712 * @attr ref android.R.styleable#View_onClick
713 * @attr ref android.R.styleable#View_padding
714 * @attr ref android.R.styleable#View_paddingBottom
715 * @attr ref android.R.styleable#View_paddingLeft
716 * @attr ref android.R.styleable#View_paddingRight
717 * @attr ref android.R.styleable#View_paddingTop
718 * @attr ref android.R.styleable#View_paddingStart
719 * @attr ref android.R.styleable#View_paddingEnd
720 * @attr ref android.R.styleable#View_saveEnabled
721 * @attr ref android.R.styleable#View_rotation
722 * @attr ref android.R.styleable#View_rotationX
723 * @attr ref android.R.styleable#View_rotationY
724 * @attr ref android.R.styleable#View_scaleX
725 * @attr ref android.R.styleable#View_scaleY
726 * @attr ref android.R.styleable#View_scrollX
727 * @attr ref android.R.styleable#View_scrollY
728 * @attr ref android.R.styleable#View_scrollbarSize
729 * @attr ref android.R.styleable#View_scrollbarStyle
730 * @attr ref android.R.styleable#View_scrollbars
731 * @attr ref android.R.styleable#View_scrollbarDefaultDelayBeforeFade
732 * @attr ref android.R.styleable#View_scrollbarFadeDuration
733 * @attr ref android.R.styleable#View_scrollbarTrackHorizontal
734 * @attr ref android.R.styleable#View_scrollbarThumbHorizontal
735 * @attr ref android.R.styleable#View_scrollbarThumbVertical
736 * @attr ref android.R.styleable#View_scrollbarTrackVertical
737 * @attr ref android.R.styleable#View_scrollbarAlwaysDrawHorizontalTrack
738 * @attr ref android.R.styleable#View_scrollbarAlwaysDrawVerticalTrack
739 * @attr ref android.R.styleable#View_stateListAnimator
740 * @attr ref android.R.styleable#View_transitionName
741 * @attr ref android.R.styleable#View_soundEffectsEnabled
742 * @attr ref android.R.styleable#View_tag
743 * @attr ref android.R.styleable#View_textAlignment
744 * @attr ref android.R.styleable#View_textDirection
745 * @attr ref android.R.styleable#View_transformPivotX
746 * @attr ref android.R.styleable#View_transformPivotY
747 * @attr ref android.R.styleable#View_translationX
748 * @attr ref android.R.styleable#View_translationY
749 * @attr ref android.R.styleable#View_translationZ
750 * @attr ref android.R.styleable#View_visibility
751 * @attr ref android.R.styleable#View_theme
2913 * @see android.R.attr#windowLightStatusBar
4096 * supply <code>R.attr.buttonStyle</code> for <var>defStyleAttr</var>; this
4199 int attr = a.getIndex(i);
4200 switch (attr) {
4202 background = a.getDrawable(attr);
4205 padding = a.getDimensionPixelSize(attr, -1);
4212 leftPadding = a.getDimensionPixelSize(attr, -1);
4217 topPadding = a.getDimensionPixelSize(attr, -1);
4220 rightPadding = a.getDimensionPixelSize(attr, -1);
4225 bottomPadding = a.getDimensionPixelSize(attr, -1);
4228 startPadding = a.getDimensionPixelSize(attr, UNDEFINED_PADDING);
4232 endPadding = a.getDimensionPixelSize(attr, UNDEFINED_PADDING);
4236 x = a.getDimensionPixelOffset(attr, 0);
4239 y = a.getDimensionPixelOffset(attr, 0);
4242 setAlpha(a.getFloat(attr, 1f));
4245 setPivotX(a.getDimension(attr, 0));
4248 setPivotY(a.getDimension(attr, 0));
4251 tx = a.getDimension(attr, 0);
4255 ty = a.getDimension(attr, 0);
4259 tz = a.getDimension(attr, 0);
4263 elevation = a.getDimension(attr, 0);
4267 rotation = a.getFloat(attr, 0);
4271 rotationX = a.getFloat(attr, 0);
4275 rotationY = a.getFloat(attr, 0);
4279 sx = a.getFloat(attr, 1f);
4283 sy = a.getFloat(attr, 1f);
4287 mID = a.getResourceId(attr, NO_ID);
4290 mTag = a.getText(attr);
4293 if (a.getBoolean(attr, false)) {
4299 if (a.getBoolean(attr, false)) {
4305 if (a.getBoolean(attr, false)) {
4311 if (a.getBoolean(attr, false)) {
4317 if (a.getBoolean(attr, false)) {
4323 if (a.getBoolean(attr, false)) {
4329 if (!a.getBoolean(attr, true)) {
4335 if (a.getBoolean(attr, false)) {
4341 final int visibility = a.getInt(attr, 0);
4352 final int layoutDirection = a.getInt(attr, -1);
4358 final int cacheQuality = a.getInt(attr, 0);
4365 setContentDescription(a.getString(attr));
4368 setAccessibilityTraversalBefore(a.getResourceId(attr, NO_ID));
4371 setAccessibilityTraversalAfter(a.getResourceId(attr, NO_ID));
4374 setLabelFor(a.getResourceId(attr, NO_ID));
4377 if (!a.getBoolean(attr, true)) {
4383 if (!a.getBoolean(attr, true)) {
4389 final int scrollbars = a.getInt(attr, SCROLLBARS_NONE);
4404 final int fadingEdge = a.getInt(attr, FADING_EDGE_NONE);
4412 scrollbarStyle = a.getInt(attr, SCROLLBARS_INSIDE_OVERLAY);
4420 if (a.getBoolean(attr, false)) {
4425 if (a.getBoolean(attr, false)) {
4431 if (a.getBoolean(attr, false)) {
4437 mNextFocusLeftId = a.getResourceId(attr, View.NO_ID);
4440 mNextFocusRightId = a.getResourceId(attr, View.NO_ID);
4443 mNextFocusUpId = a.getResourceId(attr, View.NO_ID);
4446 mNextFocusDownId = a.getResourceId(attr, View.NO_ID);
4449 mNextFocusForwardId = a.getResourceId(attr, View.NO_ID);
4452 mMinWidth = a.getDimensionPixelSize(attr, 0);
4455 mMinHeight = a.getDimensionPixelSize(attr, 0);
4463 final String handlerName = a.getString(attr);
4469 overScrollMode = a.getInt(attr, OVER_SCROLL_IF_CONTENT_SCROLLS);
4472 mVerticalScrollbarPosition = a.getInt(attr, SCROLLBAR_POSITION_DEFAULT);
4475 setLayerType(a.getInt(attr, LAYER_TYPE_NONE), null);
4481 final int textDirection = a.getInt(attr, -1);
4490 final int textAlignment = a.getInt(attr, TEXT_ALIGNMENT_DEFAULT);
4494 setImportantForAccessibility(a.getInt(attr,
4498 setAccessibilityLiveRegion(a.getInt(attr, ACCESSIBILITY_LIVE_REGION_DEFAULT));
4501 setTransitionName(a.getString(attr));
4504 setNestedScrollingEnabled(a.getBoolean(attr, false));
4508 a.getResourceId(attr, 0)));
4534 setForeground(a.getDrawable(attr));
4539 setForegroundGravity(a.getInt(attr, Gravity.NO_GRAVITY));
4544 setForegroundTintMode(Drawable.parseTintMode(a.getInt(attr, -1), null));
4549 setForegroundTintList(a.getColorStateList(attr));
4557 mForegroundInfo.mInsidePadding = a.getBoolean(attr,
4563 (a.getInt(attr, 0) << SCROLL_INDICATORS_TO_PFLAGS3_LSHIFT)
4571 final int resourceId = a.getResourceId(attr, 0);
4576 final int pointerType = a.getInt(attr, PointerIcon.TYPE_NOT_SPECIFIED);
4583 if (a.peekValue(attr) != null) {
4584 forceHasOverlappingRendering(a.getBoolean(attr, true));
4958 * @attr ref android.R.styleable#View_fadingEdgeLength
4991 * @attr ref android.R.styleable#View_fadingEdgeLength
5296 * @attr ref android.R.styleable#View_scrollIndicators
5328 * @attr ref android.R.styleable#View_scrollIndicators
7243 * @attr ref android.R.styleable#View_contentDescription
7264 * @attr ref android.R.styleable#View_contentDescription
7304 * @attr ref android.R.styleable#View_accessibilityTraversalBefore
7348 * @attr ref android.R.styleable#View_accessibilityTraversalAfter
7465 * @attr ref android.R.styleable#View_isScrollContainer
7478 * @attr ref android.R.styleable#View_isScrollContainer
7505 * @attr ref android.R.styleable#View_drawingCacheQuality
7523 * @attr ref android.R.styleable#View_drawingCacheQuality
7537 * @attr ref android.R.styleable#View_keepScreenOn
7551 * @attr ref android.R.styleable#View_keepScreenOn
7561 * @attr ref android.R.styleable#View_nextFocusLeft
7572 * @attr ref android.R.styleable#View_nextFocusLeft
7582 * @attr ref android.R.styleable#View_nextFocusRight
7593 * @attr ref android.R.styleable#View_nextFocusRight
7603 * @attr ref android.R.styleable#View_nextFocusUp
7614 * @attr ref android.R.styleable#View_nextFocusUp
7624 * @attr ref android.R.styleable#View_nextFocusDown
7635 * @attr ref android.R.styleable#View_nextFocusDown
7645 * @attr ref android.R.styleable#View_nextFocusForward
7656 * @attr ref android.R.styleable#View_nextFocusForward
7975 * @attr ref android.R.styleable#View_fitsSystemWindows
7992 * @attr ref android.R.styleable#View_fitsSystemWindows
8049 * @attr ref android.R.styleable#View_visibility
8065 * @attr ref android.R.styleable#View_visibility
8119 * @attr ref android.R.styleable#View_focusable
8137 * @attr ref android.R.styleable#View_focusableInTouchMode
8160 * @attr ref android.R.styleable#View_soundEffectsEnabled
8172 * @attr ref android.R.styleable#View_soundEffectsEnabled
8189 * @attr ref android.R.styleable#View_hapticFeedbackEnabled
8201 * @attr ref android.R.styleable#View_hapticFeedbackEnabled
8216 * @attr ref android.R.styleable#View_layoutDirection
8246 * @attr ref android.R.styleable#View_layoutDirection
8273 * @attr ref android.R.styleable#View_layoutDirection
8424 * @attr ref android.R.styleable#View_clickable
8440 * @attr ref android.R.styleable#View_clickable
8452 * @attr ref android.R.styleable#View_longClickable
8466 * @attr ref android.R.styleable#View_longClickable
8477 * @attr ref android.R.styleable#View_contextClickable
8488 * @attr ref android.R.styleable#View_contextClickable
8571 * @attr ref android.R.styleable#View_assistBlocked
8590 * @attr ref android.R.styleable#View_assistBlocked
8607 * @attr ref android.R.styleable#View_saveEnabled
8627 * @attr ref android.R.styleable#View_saveEnabled
8641 * @attr ref android.R.styleable#View_filterTouchesWhenObscured
8656 * @attr ref android.R.styleable#View_filterTouchesWhenObscured
8699 * @attr ref android.R.styleable#View_focusable
8712 * @attr ref android.R.styleable#View_focusableInTouchMode
9180 * @attr ref android.R.styleable#View_importantForAccessibility
9225 * @attr ref android.R.styleable#View_accessibilityLiveRegion
9242 * @attr ref android.R.styleable#View_accessibilityLiveRegion
9258 * @attr ref android.R.styleable#View_importantForAccessibility
12018 * @attr ref android.R.styleable#View_rotation
12063 * @attr ref android.R.styleable#View_rotationY
12107 * @attr ref android.R.styleable#View_rotationX
12143 * @attr ref android.R.styleable#View_scaleX
12179 * @attr ref android.R.styleable#View_scaleY
12202 * @attr ref android.R.styleable#View_transformPivotX
12222 * @attr ref android.R.styleable#View_transformPivotX
12244 * @attr ref android.R.styleable#View_transformPivotY
12263 * @attr ref android.R.styleable#View_transformPivotY
12299 * @attr ref android.R.styleable#View_forceHasOverlappingRendering
12384 * @attr ref android.R.styleable#View_alpha
12810 * @attr ref android.R.styleable#View_elevation
12842 * @attr ref android.R.styleable#View_translationX
12876 * @attr ref android.R.styleable#View_translationY
12902 * @attr ref android.R.styleable#View_translationZ
14219 * @attr ref android.R.styleable#View_requiresFadingEdge
14235 * @attr ref android.R.styleable#View_requiresFadingEdge
14256 * @attr ref android.R.styleable#View_requiresFadingEdge
14272 * @attr ref android.R.styleable#View_requiresFadingEdge
14414 * @attr ref android.R.styleable#View_fadeScrollbars
14433 * @attr ref android.R.styleable#View_fadeScrollbars
14445 * @attr ref android.R.styleable#View_scrollbarDefaultDelayBeforeFade
14457 * @attr ref android.R.styleable#View_scrollbarDefaultDelayBeforeFade
14469 * @attr ref android.R.styleable#View_scrollbarFadeDuration
14481 * @attr ref android.R.styleable#View_scrollbarFadeDuration
14493 * @attr ref android.R.styleable#View_scrollbarSize
14505 * @attr ref android.R.styleable#View_scrollbarSize
14528 * @attr ref android.R.styleable#View_scrollbarStyle
14546 * @attr ref android.R.styleable#View_scrollbarStyle
15869 * @attr ref android.R.styleable#View_layerType
18218 * @attr ref android.R.styleable#View_background
18371 * @attr ref android.R.styleable#View_background
18387 * @attr ref android.R.styleable#View_backgroundTint
18405 * @attr ref android.R.styleable#View_backgroundTint
18420 * @attr ref android.R.styleable#View_backgroundTintMode
18440 * @attr ref android.R.styleable#View_backgroundTintMode
18488 * @attr ref android.R.styleable#View_foreground
18554 * @attr ref android.R.styleable#View_foregroundGravity
18568 * @attr ref android.R.styleable#View_foregroundGravity
18599 * @attr ref android.R.styleable#View_foregroundTint
18620 * @attr ref android.R.styleable#View_foregroundTint
18636 * @attr ref android.R.styleable#View_foregroundTintMode
18659 * @attr ref android.R.styleable#View_foregroundTintMode
18736 * @attr ref android.R.styleable#View_padding
18737 * @attr ref android.R.styleable#View_paddingBottom
18738 * @attr ref android.R.styleable#View_paddingLeft
18739 * @attr ref android.R.styleable#View_paddingRight
18740 * @attr ref android.R.styleable#View_paddingTop
18829 * @attr ref android.R.styleable#View_padding
18830 * @attr ref android.R.styleable#View_paddingBottom
18831 * @attr ref android.R.styleable#View_paddingStart
18832 * @attr ref android.R.styleable#View_paddingEnd
18833 * @attr ref android.R.styleable#View_paddingTop
18942 * @attr ref android.R.styleable#View_paddingStart or
18943 * @attr ref android.R.styleable#View_paddingEnd
19483 * @attr ref android.R.styleable#View_id
19523 * @attr ref android.R.styleable#View_id
20102 * @attr ref android.R.styleable#View_minHeight
20117 * @attr ref android.R.styleable#View_minHeight
20132 * @attr ref android.R.styleable#View_minWidth
20147 * @attr ref android.R.styleable#View_minWidth
21447 com.android.internal.R.attr.listPreferredItemHeight, outValue, true)) {
21483 * @attr ref android.R.styleable#View_textDirection
21519 * @attr ref android.R.styleable#View_textDirection
21551 * @attr ref android.R.styleable#View_textDirection
21720 * @attr ref android.R.styleable#View_textAlignment
21755 * @attr ref android.R.styleable#View_textAlignment
21787 * @attr ref android.R.styleable#View_textAlignment