Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/animation/
DLayoutTransition.java800 LinkedHashMap<View, Animator> currentAnimCopy = in startChangingAnimations() local
802 for (Animator anim : currentAnimCopy.values()) { in startChangingAnimations()
819 LinkedHashMap<View, Animator> currentAnimCopy = in endChangingAnimations() local
821 for (Animator anim : currentAnimCopy.values()) { in endChangingAnimations()
859 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
861 for (Animator anim : currentAnimCopy.values()) { in cancel()
867 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
869 for (Animator anim : currentAnimCopy.values()) { in cancel()
875 LinkedHashMap<View, Animator> currentAnimCopy = in cancel() local
877 for (Animator anim : currentAnimCopy.values()) { in cancel()
[all …]