/packages/apps/Launcher2/src/com/android/launcher2/ |
LauncherAnimUtils.java | 77 HashSet<Animator> animators = new HashSet<Animator>(sAnimators); local 78 for (Animator a : animators) {
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
LauncherAnimUtils.java | 78 HashSet<Animator> animators = new HashSet<Animator>(sAnimators.keySet()); local 79 for (Animator a : animators) {
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/infobar/ |
AnimationHelper.java | 131 ArrayList<Animator> animators = new ArrayList<Animator>(); local 132 mTargetWrapperView.getAnimationsForTransition(animators); 196 animators.add(ObjectAnimator.ofPropertyValuesHolder(view, viewTranslation)); 245 mAnimatorSet.playTogether(animators);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkAnimateActive.cpp | 28 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...] |
SkDisplayApply.cpp | 87 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/ |
SkAnimateActive.cpp | 28 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...] |
SkDisplayApply.cpp | 87 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
|
/packages/apps/Contacts/src/com/android/contacts/editor/ |
EditorAnimator.java | 54 final List<Animator> animators = Lists.newArrayList(); local 60 animators.add(fadeOutAnimator); 63 translateViews(animators, viewsToMove, 0.0f, -offset, 100, 200); 65 mRunner.run(animators, new AnimatorListenerAdapter() { 99 final List<Animator> animators = Lists.newArrayList(); 104 translateViews(animators, viewsToMove, -offset, 0.0f, 0, 200); 111 animators.add(fadeInAnimator); 113 mRunner.run(animators); 131 final List<Animator> animators = Lists.newArrayList(); 137 animators.add(fadeOutAnimator) 190 final List<Animator> animators = Lists.newArrayList(); local [all...] |
/packages/apps/Dialer/src/com/android/dialer/list/ |
PhoneFavoriteFragment.java | 496 final ArrayList<Animator> animators = new ArrayList<Animator>(); local 503 animators.add(ObjectAnimator.ofFloat( 536 animators.add(ObjectAnimator.ofFloat( 542 if (animators.size() > 0) { 543 animSet.setDuration(mAnimationDuration).playTogether(animators); 570 final ArrayList<Animator> animators = new ArrayList<Animator>(); 586 animators.add(ObjectAnimator.ofFloat( 618 animators.add(ObjectAnimator.ofFloat( 624 if (animators.size() > 0) { 625 animSet.setDuration(mAnimationDuration).playTogether(animators); [all...] |
/frameworks/base/tools/aapt/ |
Resource.cpp | 934 sp<ResourceTypeSet> animators; local [all...] |
/prebuilts/tools/common/netbeans-visual/ |
org-netbeans-api-visual.jar | |