Searched refs:mFastOutLinearIn (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/src/com/android/tv/ui/ |
D | FullscreenDialogView.java | 48 private final TimeInterpolator mFastOutLinearIn; field in FullscreenDialogView 62 mFastOutLinearIn = in FullscreenDialogView() 150 .setInterpolator(mFastOutLinearIn) in startExitAnimation() 155 onStartExitAnimation(mFastOutLinearIn, FADE_OUT_DURATION_MS, onAnimationEnded); in startExitAnimation()
|
D | TvViewUiManager.java | 75 private final TimeInterpolator mFastOutLinearIn; field in TvViewUiManager 160 mFastOutLinearIn = in TvViewUiManager() 284 mFastOutLinearIn, in updateTvAspectRatio() local 294 mFastOutLinearIn, in fadeInTvView() local 344 mBackgroundAnimator.setInterpolator(mFastOutLinearIn); in setBackgroundColor() 408 isTvViewFullScreen() ? mFastOutLinearIn : mLinearOutSlowIn); in setTvViewPosition()
|
/packages/apps/TV/src/com/android/tv/menu/ |
D | MenuLayoutManager.java | 77 private final TimeInterpolator mFastOutLinearIn = new FastOutLinearInInterpolator(); field in MenuLayoutManager 506 mFastOutLinearIn)); in setSelectedPositionSmooth() 563 mFastOutLinearIn)); in setSelectedPositionSmooth() 589 createAlphaAnimator(currentTitleView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth() 614 createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth() 642 createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth() 661 animators.add(createAlphaAnimator(nextView, 0.0f, 1.0f, mFastOutLinearIn)); in setSelectedPositionSmooth() 863 animators.add(createAlphaAnimator(view, 0.0f, 1.0f, mFastOutLinearIn)); in onMenuRowUpdated()
|