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

  /packages/apps/TV/src/com/android/tv/ui/
FullscreenDialogView.java 49 private final TimeInterpolator mFastOutLinearIn;
63 mFastOutLinearIn = AnimationUtils.loadInterpolator(context,
165 .setInterpolator(mFastOutLinearIn)
170 onStartExitAnimation(mFastOutLinearIn, FADE_OUT_DURATION_MS, onAnimationEnded);
TvViewUiManager.java 82 private final TimeInterpolator mFastOutLinearIn;
144 mFastOutLinearIn = AnimationUtils
286 mFastOutLinearIn, null);
296 mFastOutLinearIn, null);
460 mBackgroundAnimator.setInterpolator(mFastOutLinearIn);
506 .setInterpolator(isTvViewFullScreen() ? mFastOutLinearIn : mLinearOutSlowIn);
    [all...]
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 78 private final TimeInterpolator mFastOutLinearIn = new FastOutLinearInInterpolator();
425 oldView.getTitleViewAlphaDeselected(), mFastOutLinearIn));
464 oldView.getTitleViewAlphaDeselected(), mFastOutLinearIn));
490 mFastOutLinearIn).setDuration(mCurrentContentsFadeInDuration);
505 animator = createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn)
524 mFastOutLinearIn).setDuration(mCurrentContentsFadeInDuration);
538 animators.add(createAlphaAnimator(nextView, 0.0f, 1.0f, mFastOutLinearIn));
    [all...]

Completed in 2332 milliseconds