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