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

  /external/chromium_org/third_party/WebKit/Source/core/svg/
SVGAnimatedIntegerOptionalInteger.cpp 47 void SVGAnimatedIntegerOptionalInteger::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
49 SVGAnimatedPropertyCommon<SVGIntegerOptionalInteger>::setAnimatedValue(value);
50 m_firstInteger->setAnimatedValue(currentValue()->firstInteger());
51 m_secondInteger->setAnimatedValue(currentValue()->secondInteger());
SVGAnimatedNumberOptionalNumber.cpp 36 void SVGAnimatedNumberOptionalNumber::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
38 SVGAnimatedPropertyCommon<SVGNumberOptionalNumber>::setAnimatedValue(value);
39 m_firstNumber->setAnimatedValue(currentValue()->firstNumber());
40 m_secondNumber->setAnimatedValue(currentValue()->secondNumber());
SVGAnimatedAngle.cpp 61 void SVGAnimatedAngle::setAnimatedValue(PassRefPtr<SVGPropertyBase> value)
63 SVGAnimatedProperty<SVGAngle>::setAnimatedValue(value);
64 m_orientType->setAnimatedValue(currentValue()->orientType());
SVGStaticStringList.cpp 63 void SVGStaticStringList::setAnimatedValue(PassRefPtr<SVGPropertyBase>)
  /frameworks/base/core/java/android/animation/
ObjectAnimator.java     [all...]
PropertyValuesHolder.java     [all...]

Completed in 396 milliseconds