HomeSort by relevance Sort by last modified time
    Searched refs:SetupAnimationHelper (Results 1 - 6 of 6) sorted by null

  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/
SetupFragment.java 30 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
180 return new SetupAnimationHelper.TransitionBuilder()
192 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition);
198 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition);
204 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition);
210 SetupAnimationHelper.setShortDistance((FadeAndShortSlide) transition);
218 * @see com.android.tv.common.ui.setup.animation.SetupAnimationHelper.TransitionBuilder
228 * @see com.android.tv.common.ui.setup.animation.SetupAnimationHelper.TransitionBuilder
SetupActivity.java 33 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
51 SetupAnimationHelper.initialize(this);
115 SetupAnimationHelper.applyAnimationTimeScale(sharedTransition);
163 return (mFragmentTransitionDuration + SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS) * 2;
  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/animation/
SetupAnimationHelper.java 33 public final class SetupAnimationHelper {
43 private SetupAnimationHelper() {}
63 throw new IllegalStateException("SetupAnimationHelper not initialized");
FadeAndShortSlide.java 188 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS);
200 PROPNAME_DELAY, delayIndex * SetupAnimationHelper.DELAY_BETWEEN_SIBLINGS_MS);
311 long scaledDuration = SetupAnimationHelper.applyAnimationTimeScale(duration);
  /packages/apps/TV/src/com/android/tv/onboarding/
WelcomeFragment.java 43 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
599 new SetupAnimationHelper.TransitionBuilder()
777 animator = SetupAnimationHelper.createFrameAnimator((ImageView) view, TV_FRAMES_1_START);
848 ? SetupAnimationHelper.createFrameAnimator(mTvContentView, TV_FRAMES_1_END)
849 : SetupAnimationHelper.createFadeOutAnimator(
858 SetupAnimationHelper.createFrameAnimator(
865 SetupAnimationHelper.createFrameAnimator(
873 SetupAnimationHelper.createFrameAnimator(
875 SetupAnimationHelper.createFrameAnimator(
877 SetupAnimationHelper.createFrameAnimatorWithDelay
    [all...]
  /packages/apps/TV/src/com/android/tv/
TvApplication.java 41 import com.android.tv.common.ui.setup.animation.SetupAnimationHelper;
142 // created in Activity.onCreate() by the framework, SetupAnimationHelper should be
145 SetupAnimationHelper.initialize(this);

Completed in 1047 milliseconds