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()
908 final ValueAnimator fadeIn = ObjectAnimator.ofFloat(mActivity.view, View.ALPHA, 0f, 1f); in testManipulateChildOutsideOfSet() local909 fadeIn.setDuration(200); in testManipulateChildOutsideOfSet()915 fadeIn.addUpdateListener(listener); in testManipulateChildOutsideOfSet()918 show.play(fadeIn); in testManipulateChildOutsideOfSet()921 hideNShow.play(fadeIn).after(fadeOut); in testManipulateChildOutsideOfSet()927 verify(listener, timeout(100).atLeast(2)).onAnimationUpdate(fadeIn); in testManipulateChildOutsideOfSet()