Home
last modified time | relevance | path

Searched refs:setter (Results 1 – 14 of 14) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
DBindingTarget.java159 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()
/frameworks/base/libs/hwui/
DAnimator.cpp183 SetFloatProperty setter; member
216 (mTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue()); in onStagingPlayStateChanged()
233 (target->animatorProperties().*mPropertyAccess->setter)(value); in setValue()
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/store/
DSetterStore.java403 final MultiAttributeSetter setter = matching.get(i); in removeConsumedAttributes() local
406 if (isInArray(attribute, setter.attributes)) { in removeConsumedAttributes()
442 final MultiAttributeSetter setter = createMultiAttributeSetter(method, attributes, in getMatchingMultiAttributeSetters() local
444 if (setter != null) { in getMatchingMultiAttributeSetters()
445 setters.add(setter); in getMatchingMultiAttributeSetters()
/frameworks/base/docs/html/tools/data-binding/
Dguide.jd556 The generated binding class will have a setter and getter for each of the
558 the setter is called &mdash; <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.
[all …]
/frameworks/compile/slang/
DREADME.rst194 You can bind the struct(e.g., Point), using the setter and getter
208 // but is used to implement the setter.
211 // The setter of Item array,
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd446 …<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 to
450 have a <code>setFoo()</code> method. If this setter method does not exist, you have three
454 <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 must
834 getter and setter methods were added to eliminate this drawback.</p>
Dhardware-accel.jd591 the layer is composited. Calling the setter for any of these properties results in optimal
610 setter or getter. For instance, to modify the alpha property, call {@link
/frameworks/base/docs/html/training/graphics/opengl/
Dtouch.jd115 Here is the code to declare the variable and expose the getter and setter pair:</p>
/frameworks/base/docs/html/training/custom-views/
Dcreate-view.jd217 setter pair for each
/frameworks/base/docs/html/guide/topics/renderscript/
Dadvanced.jd377 the array that you want to read or write to. Each setter method also has a
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd200 <b>// 2. Chain together various setter methods to set the dialog characteristics</b>
/frameworks/wilhelm/doc/
DDoxyfile243 # and setter methods for a property. Setting this option to YES (the default)
/frameworks/base/docs/html/about/versions/
Dandroid-4.0.jd1520 <p>If you want to call the setter for an underlying private field {@code bar}, you would previously
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...