Searched defs:setter (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
H A DAnimatableProperty.java46 public static <T extends View> AnimatableProperty from(String name, BiConsumer<T, Float> setter, argument
57 setter.accept(object, value);
/frameworks/base/libs/hwui/
H A DAnimator.cpp313 SetFloatProperty setter; member in struct:android::uirenderer::RenderPropertyAnimator::PropertyAccessors
347 (mStagingTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue());
362 (mTarget->mutateStagingProperties().*mPropertyAccess->setter)(finalValue());
381 (target->animatorProperties().*mPropertyAccess->setter)(value);
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 92 milliseconds