Lines Matching refs:setter
556 The generated binding class will have a setter and getter for each of the
558 the setter is called — <code>null</code> for reference types,
1025 the setter.
1364 setter method on the View with the binding expression. The data binding
1379 the given name. You can then easily "create" attributes for any setter by
1398 methods, an attribute may be associated with the setter through
1424 associated setter for the <strong><code>android:paddingLeft</code></strong>
1427 annotation allows the developer to customize how a setter for an attribute is
1610 When an Object is returned from a binding expression, a setter will be chosen
1612 parameter type of the chosen setter.
1629 parameter type found in the setter <code>setText(CharSequence)</code>. When there
1662 Note that conversions only happen at the setter level, so it is <strong>not