Searched refs:SetupAnimationHelper (Results 1 – 6 of 6) sorted by relevance
31 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;192 return new SetupAnimationHelper.TransitionBuilder() in createTransition()206 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition); in setShortDistance()212 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition); in setShortDistance()218 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition); in setShortDistance()224 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition); in setShortDistance()
34 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;111 SetupAnimationHelper.applyAnimationTimeScale(sharedTransition); in showFragment()152 return (mFragmentTransitionDuration + SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS) * 2; in getSharedElementTransitionDuration()
36 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;587 setExitTransition(new SetupAnimationHelper.TransitionBuilder() in WelcomeFragment()677 animator = SetupAnimationHelper.createFrameAnimator((ImageView) view, TV_FRAMES_1_START); in onCreateEnterAnimation()744 ? SetupAnimationHelper.createFrameAnimator(mTvContentView, TV_FRAMES_1_END) in onPageChanged()745 : SetupAnimationHelper.createFadeOutAnimator(mTvContentView, in onPageChanged()753 SetupAnimationHelper.createFrameAnimator(mTvContentView, in onPageChanged()759 SetupAnimationHelper.createFrameAnimator(mTvContentView, in onPageChanged()766 SetupAnimationHelper.createFrameAnimator(mArrowView, in onPageChanged()768 SetupAnimationHelper.createFrameAnimator(mTvContentView, in onPageChanged()770 SetupAnimationHelper.createFrameAnimatorWithDelay(mTvContentView, in onPageChanged()[all …]
36 public final class SetupAnimationHelper { class46 private SetupAnimationHelper() { } in SetupAnimationHelper() method in SetupAnimationHelper
184 delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureStartValues()196 delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS); in captureEndValues()298 long scaledDuration = SetupAnimationHelper.applyAnimationTimeScale(duration); in setDuration()
47 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;143 SetupAnimationHelper.initialize(this); in onCreate()