Home
last modified time | relevance | path

Searched refs:runRemainingAnimations (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DAnimationContext.h98 ANDROID_API virtual void runRemainingAnimations(TreeInfo& info);
DAnimationContext.cpp67 void AnimationContext::runRemainingAnimations(TreeInfo& info) { in runRemainingAnimations() function in android::uirenderer::AnimationContext
/frameworks/base/core/jni/
Dandroid_view_ThreadedRenderer.cpp421 virtual void runRemainingAnimations(TreeInfo& info) { in runRemainingAnimations() function in android::AnimationContextBridge
422 AnimationContext::runRemainingAnimations(info); in runRemainingAnimations()
/frameworks/base/libs/hwui/renderthread/
DCanvasContext.cpp321 mAnimationContext->runRemainingAnimations(info); in prepareTree()