HomeSort by relevance Sort by last modified time
    Searched defs:animators (Results 1 - 8 of 8) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 77 HashSet<Animator> animators = new HashSet<Animator>(sAnimators); local
78 for (Animator a : animators) {
  /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...]
  /external/skia/legacy/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
  /frameworks/base/tools/aapt/
Resource.cpp 933 sp<ResourceTypeSet> animators; local
    [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 250 milliseconds