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

  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
SurfaceCollection.cpp 217 bool SurfaceCollection::evaluateAnimations(double currentTime)
219 return m_compositedRoot->evaluateAnimations(currentTime);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 221 bool LayerAndroid::evaluateAnimations()
225 return evaluateAnimations(time);
237 bool LayerAndroid::evaluateAnimations(double time)
241 if (getChild(i)->evaluateAnimations(time))
    [all...]

Completed in 170 milliseconds