Searched refs:animators (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/
H A DAnimationHelper.java133 ArrayList<Animator> animators = new ArrayList<Animator>();
134 mTargetWrapperView.getAnimationsForTransition(animators);
195 animators.add(ObjectAnimator.ofPropertyValuesHolder(view, viewTranslation));
231 mAnimatorSet.playTogether(animators);
H A DContentWrapperView.java199 * @param animators ArrayList to append the transition Animators to.
201 public void getAnimationsForTransition(ArrayList<Animator> animators) { argument
205 animators.add(hideAnimator);
209 animators.add(showAnimator);
/external/chromium_org/third_party/skia/src/animator/
H A DSkAnimateActive.cpp28 int animators = fAnimators.count(); local
29 fInterpolators.setCount(animators);
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*));
31 fState.setCount(animators);
33 for (index = 0; index < animators; index++)
36 // for (index = 0; index < animators; index++)
235 int animators = fAnimators.count(); local
236 for (int index = 0; index < animators; index++) {
254 int animators = fAnimators.count(); local
255 int activeTotal = fDrawIndex + animators;
330 int animators = fAnimators.count(); local
[all...]
H A DSkDisplayApply.cpp87 int animators = fAnimators.count(); local
88 for (int index = 0; index < animators; index++)
270 int animators = fAnimators.count(); local
272 for (index = 0; index < animators; index++) {
569 int animators = fActive->fAnimators.count(); local
570 for (int inner = 0; inner < animators; inner++) {
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
/external/skia/src/animator/
H A DSkAnimateActive.cpp28 int animators = fAnimators.count(); local
29 fInterpolators.setCount(animators);
30 memset(fInterpolators.begin(), 0, animators * sizeof(SkOperandInterpolator*));
31 fState.setCount(animators);
33 for (index = 0; index < animators; index++)
36 // for (index = 0; index < animators; index++)
235 int animators = fAnimators.count(); local
236 for (int index = 0; index < animators; index++) {
254 int animators = fAnimators.count(); local
255 int activeTotal = fDrawIndex + animators;
330 int animators = fAnimators.count(); local
[all...]
H A DSkDisplayApply.cpp87 int animators = fAnimators.count(); local
88 for (int index = 0; index < animators; index++)
270 int animators = fAnimators.count(); local
272 for (index = 0; index < animators; index++) {
569 int animators = fActive->fAnimators.count(); local
570 for (int inner = 0; inner < animators; inner++) {
706 bool SkApply::resolveIDs(SkAnimateMaker& maker, SkDisplayable* original, SkApply* apply) { // replace to/formula strings in animators of the form xxx.step with the step value, if xxx.step is in scope
/external/chromium_org/ui/compositor/
H A Dlayer.cc666 LayerAnimatorVector animators; local
667 CollectAnimators(&animators);
668 for (LayerAnimatorVector::const_iterator it = animators.begin();
669 it != animators.end();
766 std::vector<scoped_refptr<LayerAnimator> >* animators) {
768 animators->push_back(animator_);
771 animators));
765 CollectAnimators( std::vector<scoped_refptr<LayerAnimator> >* animators) argument
H A Dlayer.h367 void CollectAnimators(std::vector<scoped_refptr<LayerAnimator> >* animators);

Completed in 2794 milliseconds