Searched refs:setter (Results 1 – 25 of 25) sorted by relevance
87 Consumer<Float> setter = group.getPropertySetter(propertyId); in nCreateGroupPropertyHolder() local89 return sHolders.addNewDelegate(FloatPropertySetter.of(setter, startValue, in nCreateGroupPropertyHolder()105 Consumer<Integer> setter = path.getIntPropertySetter(propertyId); in nCreatePathColorPropertyHolder() local107 return sHolders.addNewDelegate(IntPropertySetter.of(setter, startValue, in nCreatePathColorPropertyHolder()115 Consumer<Float> setter = path.getFloatPropertySetter(propertyId); in nCreatePathPropertyHolder() local117 return sHolders.addNewDelegate(FloatPropertySetter.of(setter, startValue, in nCreatePathPropertyHolder()133 PropertySetter setter = sHolders.getDelegate(nativePtr); in nSetPropertyHolderData() local134 assert setter != null; in nSetPropertyHolderData()136 setter.setValues(data); in nSetPropertyHolderData()256 PropertySetter setter = new IntPropertySetter(valueSetter); in of() local[all …]
206 for (final SetterStore.MultiAttributeSetter setter : multiAttributeSetterCalls) { in resolveMultiSetters()207 L.d("resolved %s", setter); in resolveMultiSetters()209 for (String attribute : setter.attributes) { in resolveMultiSetters()219 MergedBinding mergedBinding = new MergedBinding(getModel(), setter, this, in resolveMultiSetters()
297 SetFloatProperty setter; member331 (mStagingTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue()); in onStagingPlayStateChanged()346 (mTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue()); in onPushStaging()365 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()
1119 #define SET(setter, value) object.callSetter("set" # setter, (value)) argument1127 #define SET_IF(flag, setter, value) do { \ argument1130 name_check_##flag.callSetter("set" # setter, (value)); \1133 #define SET_IF_NOT(flag, setter, value) do { \ argument1136 name_check_##flag.callSetter("set" # setter, (value)); \
676 The generated binding class will have a setter and getter for each of the678 the setter is called — <code>null</code> for reference types,1153 the setter.1492 setter method on the View with the binding expression. The data binding1507 the given name. You can then easily "create" attributes for any setter by1526 methods, an attribute may be associated with the setter through1552 associated setter for the <strong><code>android:paddingLeft</code></strong>1555 annotation allows the developer to customize how a setter for an attribute is1738 When an Object is returned from a binding expression, a setter will be chosen1740 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,
552 final MultiAttributeSetter setter = matching.get(i); in removeConsumedAttributes() local555 if (isInArray(attribute, setter.attributes)) { in removeConsumedAttributes()591 final MultiAttributeSetter setter = createMultiAttributeSetter(method, attributes, in getMatchingMultiAttributeSetters() local593 if (setter != null) { in getMatchingMultiAttributeSetters()594 setters.add(setter); in getMatchingMultiAttributeSetters()
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>
539 the layer is composited. Calling the setter for any of these properties results in optimal558 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>
216 setter pair for each
197 <b>// 2. Chain together various setter methods to set the dialog characteristics</b>
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)
293 # getter and setter methods for a property. Setting this option to YES (the
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/ ...