Lines Matching refs:attribute

31         @BindingMethod(type = View.class, attribute = "android:backgroundTint", method = "setBackgroundTintList"),
32 @BindingMethod(type = View.class, attribute = "android:fadeScrollbars", method = "setScrollbarFadingEnabled"),
33 @BindingMethod(type = View.class, attribute = "android:getOutline", method = "setOutlineProvider"),
34 @BindingMethod(type = View.class, attribute = "android:nextFocusForward", method = "setNextFocusForwardId"),
35 @BindingMethod(type = View.class, attribute = "android:nextFocusLeft", method = "setNextFocusLeftId"),
36 @BindingMethod(type = View.class, attribute = "android:nextFocusRight", method = "setNextFocusRightId"),
37 @BindingMethod(type = View.class, attribute = "android:nextFocusUp", method = "setNextFocusUpId"),
38 @BindingMethod(type = View.class, attribute = "android:nextFocusDown", method = "setNextFocusDownId"),
39 @BindingMethod(type = View.class, attribute = "android:requiresFadingEdge", method = "setVerticalFadingEdgeEnabled"),
40 @BindingMethod(type = View.class, attribute = "android:scrollbarDefaultDelayBeforeFade", method = "setScrollBarDefaultDelayBeforeFade"),
41 @BindingMethod(type = View.class, attribute = "android:scrollbarFadeDuration", method = "setScrollBarFadeDuration"),
42 @BindingMethod(type = View.class, attribute = "android:scrollbarSize", method = "setScrollBarSize"),
43 @BindingMethod(type = View.class, attribute = "android:scrollbarStyle", method = "setScrollBarStyle"),
44 @BindingMethod(type = View.class, attribute = "android:transformPivotX", method = "setPivotX"),
45 @BindingMethod(type = View.class, attribute = "android:transformPivotY", method = "setPivotY"),
46 @BindingMethod(type = View.class, attribute = "android:onDrag", method = "setOnDragListener"),
47 @BindingMethod(type = View.class, attribute = "android:onClick", method = "setOnClickListener"),
48 @BindingMethod(type = View.class, attribute = "android:onApplyWindowInsets", method = "setOnApplyWindowInsetsListener"),
49 @BindingMethod(type = View.class, attribute = "android:onCreateContextMenu", method = "setOnCreateContextMenuListener"),
50 @BindingMethod(type = View.class, attribute = "android:onFocusChange", method = "setOnFocusChangeListener"),
51 @BindingMethod(type = View.class, attribute = "android:onGenericMotion", method = "setOnGenericMotionListener"),
52 @BindingMethod(type = View.class, attribute = "android:onHover", method = "setOnHoverListener"),
53 @BindingMethod(type = View.class, attribute = "android:onKey", method = "setOnKeyListener"),
54 @BindingMethod(type = View.class, attribute = "android:onLongClick", method = "setOnLongClickListener"),
55 @BindingMethod(type = View.class, attribute = "android:onSystemUiVisibilityChange", method = "setOnSystemUiVisibilityChangeListener"),
56 @BindingMethod(type = View.class, attribute = "android:onTouch", method = "setOnTouchListener"),