OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:runRemainingAnimations
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/libs/hwui/
AnimationContext.h
97
ANDROID_API virtual void
runRemainingAnimations
(TreeInfo& info);
AnimationContext.cpp
69
void AnimationContext::
runRemainingAnimations
(TreeInfo& info) {
/frameworks/base/core/jni/
android_view_ThreadedRenderer.cpp
422
virtual void
runRemainingAnimations
(TreeInfo& info) {
423
AnimationContext::
runRemainingAnimations
(info);
[
all
...]
/frameworks/base/libs/hwui/renderthread/
CanvasContext.cpp
272
mAnimationContext->
runRemainingAnimations
(info);
Completed in 82 milliseconds