Searched refs:xAnimation (Results 1 – 1 of 1) sorted by relevance
456 final TranslateAnimation xAnimation = new TranslateAnimation(0, 1000, 0, 0); in clearAnimations() local457 xAnimation.setDuration(10000); in clearAnimations()459 fragmentView.startAnimation(xAnimation); in clearAnimations()460 assertEquals(xAnimation, fragmentView.getAnimation()); in clearAnimations()