Home
last modified time | relevance | path

Searched refs:currentAnimCopy (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/animation/
DLayoutTransition.java1016 LinkedHashMap<View, Animator> currentAnimCopy = in startChangingAnimations() local
1018 for (Animator anim : currentAnimCopy.values()) { in startChangingAnimations()
1035 LinkedHashMap<View, Animator> currentAnimCopy = in endChangingAnimations() local
1037 for (Animator anim : currentAnimCopy.values()) { in endChangingAnimations()
1078 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1080 for (Animator anim : currentAnimCopy.values()) { in cancel()
1086 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1088 for (Animator anim : currentAnimCopy.values()) { in cancel()
1094 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1096 for (Animator anim : currentAnimCopy.values()) { in cancel()
[all …]