Searched refs:sAnimators (Results 1 – 2 of 2) sorted by relevance
30 static HashSet<Animator> sAnimators = new HashSet<Animator>(); field in LauncherAnimUtils39 sAnimators.remove(animation);43 sAnimators.remove(animation);48 sAnimators.add(a); in cancelOnDestroyActivity()77 HashSet<Animator> animators = new HashSet<Animator>(sAnimators); in onDestroyActivity()82 sAnimators.remove(a); in onDestroyActivity()
35 static WeakHashMap<Animator, Object> sAnimators = new WeakHashMap<Animator, Object>(); field in LauncherAnimUtils38 sAnimators.put(animation, null);45 sAnimators.remove(animation);49 sAnimators.remove(animation);83 HashSet<Animator> animators = new HashSet<Animator>(sAnimators.keySet()); in onDestroyActivity()88 sAnimators.remove(a); in onDestroyActivity()