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

  /packages/apps/TV/common/src/com/android/tv/common/ui/setup/
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;
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
  /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");
  /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 905 milliseconds