HomeSort by relevance Sort by last modified time
    Searched refs:sAnimators (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAnimUtils.java 30 static HashSet<Animator> sAnimators = new HashSet<Animator>();
39 sAnimators.remove(animation);
43 sAnimators.remove(animation);
48 sAnimators.add(a);
77 HashSet<Animator> animators = new HashSet<Animator>(sAnimators);
82 sAnimators.remove(a);
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherAnimUtils.java 32 static WeakHashMap<Animator, Object> sAnimators = new WeakHashMap<Animator, Object>();
35 sAnimators.put(animation, null);
42 sAnimators.remove(animation);
46 sAnimators.remove(animation);
79 HashSet<Animator> animators = new HashSet<Animator>(sAnimators.keySet());
84 sAnimators.remove(a);

Completed in 1569 milliseconds