am bc04d3ac
: Merge "animateNoDamage failed to remove from current frame list"
* commit 'bc04d3acba766c1440e2ab0763aa1352efcf54a8': animateNoDamage failed to remove from current frame list
This commit is contained in:
@ -123,8 +123,6 @@ uint32_t AnimatorManager::animate(TreeInfo& info) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void AnimatorManager::animateNoDamage(TreeInfo& info) {
|
void AnimatorManager::animateNoDamage(TreeInfo& info) {
|
||||||
if (!mAnimators.size()) return;
|
|
||||||
|
|
||||||
animateCommon(info);
|
animateCommon(info);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -167,7 +165,7 @@ private:
|
|||||||
};
|
};
|
||||||
|
|
||||||
void AnimatorManager::endAllActiveAnimators() {
|
void AnimatorManager::endAllActiveAnimators() {
|
||||||
ALOGD("endAllStagingAnimators on %p (%s) with handle %p",
|
ALOGD("endAllActiveAnimators on %p (%s) with handle %p",
|
||||||
&mParent, mParent.getName(), mAnimationHandle);
|
&mParent, mParent.getName(), mAnimationHandle);
|
||||||
EndActiveAnimatorsFunctor functor(mAnimationHandle->context());
|
EndActiveAnimatorsFunctor functor(mAnimationHandle->context());
|
||||||
for_each(mAnimators.begin(), mAnimators.end(), functor);
|
for_each(mAnimators.begin(), mAnimators.end(), functor);
|
||||||
|
Reference in New Issue
Block a user