Searched refs:fadeIn (Results 1 – 2 of 2) sorted by relevance
53 ObjectAnimator fadeIn = ObjectAnimator.ofFloat(texView, "alpha", 0.3f, 1f); in onCreate() local56 animSet.play(rotate).with(fadeIn).with(scaleY); in onCreate()
899 final ValueAnimator fadeIn = ObjectAnimator.ofFloat(mActivity.view, View.ALPHA, 0f, 1f); in testManipulateChildOutsideOfSet() local900 fadeIn.setDuration(200); in testManipulateChildOutsideOfSet()906 fadeIn.addUpdateListener(listener); in testManipulateChildOutsideOfSet()909 show.play(fadeIn); in testManipulateChildOutsideOfSet()912 hideNShow.play(fadeIn).after(fadeOut); in testManipulateChildOutsideOfSet()918 verify(listener, timeout(100).atLeast(2)).onAnimationUpdate(fadeIn); in testManipulateChildOutsideOfSet()