Home
last modified time | relevance | path

Searched refs:pushStaging (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/libs/hwui/
H A DAnimatorManager.cpp70 void AnimatorManager::pushStaging() { in pushStaging() function in android::uirenderer::AnimatorManager
94 animator->pushStaging(mAnimationHandle->context()); in pushStaging()
H A DAnimatorManager.h48 void pushStaging();
H A DAnimationContext.cpp71 animators.pushStaging(); in runRemainingAnimations()
H A DAnimator.h80 void pushStaging(AnimationContext& context);
H A DRootRenderNode.cpp207 anim->pushStaging(*context); in pushStagingVectorDrawableAnimators()
H A DAnimator.cpp153 void BaseRenderNodeAnimator::pushStaging(AnimationContext& context) { in pushStaging() function in android::uirenderer::BaseRenderNodeAnimator
H A DRenderNode.cpp305 mAnimatorManager.pushStaging(); in pushStagingPropertiesChanges()