Searched refs:setter (Results 1 – 14 of 14) sorted by relevance
159 for (final SetterStore.MultiAttributeSetter setter : multiAttributeSetterCalls) { in resolveMultiSetters()160 L.d("resolved %s", setter); in resolveMultiSetters()162 for (String attribute : setter.attributes) { in resolveMultiSetters()172 MergedBinding mergedBinding = new MergedBinding(getModel(), setter, this, in resolveMultiSetters()
183 SetFloatProperty setter; member216 (mTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue()); in onStagingPlayStateChanged()233 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()
403 final MultiAttributeSetter setter = matching.get(i); in removeConsumedAttributes() local406 if (isInArray(attribute, setter.attributes)) { in removeConsumedAttributes()442 final MultiAttributeSetter setter = createMultiAttributeSetter(method, attributes, in getMatchingMultiAttributeSetters() local444 if (setter != null) { in getMatchingMultiAttributeSetters()445 setters.add(setter); in getMatchingMultiAttributeSetters()
556 The generated binding class will have a setter and getter for each of the558 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 binding1379 the given name. You can then easily "create" attributes for any setter by1398 methods, an attribute may be associated with the setter through1424 associated setter for the <strong><code>android:paddingLeft</code></strong>1427 annotation allows the developer to customize how a setter for an attribute is1610 When an Object is returned from a binding expression, a setter will be chosen1612 parameter type of the chosen setter.[all …]
194 You can bind the struct(e.g., Point), using the setter and getter208 // but is used to implement the setter.211 // The setter of Item array,
446 …<li>The object property that you are animating must have a setter function (in camel case) in the …449 with this setter method. For example, if the property name is <code>foo</code>, you need to450 have a <code>setFoo()</code> method. If this setter method does not exist, you have three454 <li>Add the setter method to the class if you have the rights to do so.</li>457 value with a valid setter method and forward it to the original object.</li>470 <li>The getter (if needed) and setter methods of the property that you are animating must834 getter and setter methods were added to eliminate this drawback.</p>
591 the layer is composited. Calling the setter for any of these properties results in optimal610 setter or getter. For instance, to modify the alpha property, call {@link
115 Here is the code to declare the variable and expose the getter and setter pair:</p>
217 setter pair for each
377 the array that you want to read or write to. Each setter method also has a
200 <b>// 2. Chain together various setter methods to set the dialog characteristics</b>
243 # and setter methods for a property. Setting this option to YES (the default)
1520 <p>If you want to call the setter for an underlying private field {@code bar}, you would previously
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...