Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java1010 LinkedHashMap<View, Animator> currentAnimCopy = in startChangingAnimations() local
1012 for (Animator anim : currentAnimCopy.values()) { in startChangingAnimations()
1029 LinkedHashMap<View, Animator> currentAnimCopy = in endChangingAnimations() local
1031 for (Animator anim : currentAnimCopy.values()) { in endChangingAnimations()
1071 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1073 for (Animator anim : currentAnimCopy.values()) { in cancel()
1079 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1081 for (Animator anim : currentAnimCopy.values()) { in cancel()
1087 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
1089 for (Animator anim : currentAnimCopy.values()) { in cancel()
[all …]