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 76 private final TimeInterpolator mFastOutLinearIn;
157 mFastOutLinearIn = AnimationUtils
283 mFastOutLinearIn, null);
293 mFastOutLinearIn, null);
343 mBackgroundAnimator.setInterpolator(mFastOutLinearIn);
389 .setInterpolator(isTvViewFullScreen() ? mFastOutLinearIn : mLinearOutSlowIn);
  /packages/apps/TV/src/com/android/tv/menu/
MenuLayoutManager.java 81 private final TimeInterpolator mFastOutLinearIn = new FastOutLinearInInterpolator();
448 oldView.getTitleViewAlphaDeselected(), mFastOutLinearIn));
487 oldView.getTitleViewAlphaDeselected(), mFastOutLinearIn));
511 mFastOutLinearIn).setDuration(mCurrentContentsFadeInDuration);
526 animator = createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn)
545 mFastOutLinearIn).setDuration(mCurrentContentsFadeInDuration);
559 animators.add(createAlphaAnimator(nextView, 0.0f, 1.0f, mFastOutLinearIn));
    [all...]

Completed in 185 milliseconds