HomeSort by relevance Sort by last modified time
    Searched refs:updateAnimation (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/svg/
SVGAnimationElement.h 92 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement);
SVGAnimationElement.cpp 505 void SVGAnimationElement::updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement)
  /external/webkit/WebCore/svg/animation/
SVGSMILElement.h 105 virtual void updateAnimation(float percent, unsigned repeat, SVGSMILElement* resultElement) = 0;
SVGSMILElement.cpp 851 updateAnimation(m_lastPercent, m_lastRepeat, resultElement);
874 updateAnimation(percent, repeat, resultElement);
    [all...]
  /frameworks/base/core/java/com/android/internal/widget/
RotarySelector.java 151 * @see #updateAnimation()
305 updateAnimation();
627 private void updateAnimation() {

Completed in 44 milliseconds