Searched refs:hideNShow (Results 1 – 1 of 1) sorted by relevance
920 AnimatorSet hideNShow = new AnimatorSet(); in testManipulateChildOutsideOfSet() local921 hideNShow.play(fadeIn).after(fadeOut); in testManipulateChildOutsideOfSet()930 hideNShow.addListener(adapter); in testManipulateChildOutsideOfSet()933 hideNShow.start() in testManipulateChildOutsideOfSet()936 verify(adapter, timeout(800)).onAnimationEnd(hideNShow, false); in testManipulateChildOutsideOfSet()