Home
last modified time | relevance | path

Searched defs:clone (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DAnimationSetTest.java512 final AnimationSet clone = animationSet.clone(); in testClone() local
545 protected AnimationSet clone() throws CloneNotSupportedException { in clone() method in AnimationSetTest.MyAnimationSet