Home
last modified time | relevance | path

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

/cts/tests/fragment/src/android/fragment/cts/
DFragmentAnimatorTest.java455 final TranslateAnimation xAnimation = new TranslateAnimation(0, 1000, 0, 0); in clearAnimations() local
456 xAnimation.setDuration(10000); in clearAnimations()
458 fragmentView.startAnimation(xAnimation); in clearAnimations()
459 assertEquals(xAnimation, fragmentView.getAnimation()); in clearAnimations()