OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
31
static WeakHashMap<Animator, Object>
sAnimators
= new WeakHashMap<Animator, Object>();
34
sAnimators
.put(animation, null);
41
sAnimators
.remove(animation);
45
sAnimators
.remove(animation);
78
HashSet<Animator> animators = new HashSet<Animator>(
sAnimators
.keySet());
83
sAnimators
.remove(a);
Completed in 70 milliseconds