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 197 bool SurfaceCollection::evaluateAnimations(double currentTime)
199 return m_compositedRoot->evaluateAnimations(currentTime);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
LayerAndroid.cpp 224 bool LayerAndroid::evaluateAnimations()
228 return evaluateAnimations(time);
240 bool LayerAndroid::evaluateAnimations(double time)
244 if (getChild(i)->evaluateAnimations(time))
    [all...]

Completed in 932 milliseconds