HomeSort by relevance Sort by last modified time
    Searched defs:PropertyValuesAnimatorSet (Results 1 - 2 of 2) sorted by null

  /frameworks/base/libs/hwui/
PropertyValuesAnimatorSet.cpp 17 #include "PropertyValuesAnimatorSet.h"
25 void PropertyValuesAnimatorSet::addPropertyAnimator(PropertyValuesHolder* propertyValuesHolder,
39 PropertyValuesAnimatorSet::PropertyValuesAnimatorSet()
47 void PropertyValuesAnimatorSet::onFinished(BaseRenderNodeAnimator* animator) {
63 float PropertyValuesAnimatorSet::getValue(RenderNode* target) const {
67 void PropertyValuesAnimatorSet::setValue(RenderNode* target, float value) {
71 void PropertyValuesAnimatorSet::onPlayTimeChanged(nsecs_t playTime) {
87 void PropertyValuesAnimatorSet::start(AnimationListener* listener) {
94 void PropertyValuesAnimatorSet::reverse(AnimationListener* listener)
    [all...]
PropertyValuesAnimatorSet.h 49 class ANDROID_API PropertyValuesAnimatorSet : public BaseRenderNodeAnimator {
52 PropertyValuesAnimatorSet();
92 PropertyAnimatorSetListener(PropertyValuesAnimatorSet* set) : mSet(set) {}
96 PropertyValuesAnimatorSet* mSet;

Completed in 628 milliseconds