Home
last modified time | relevance | path

Searched refs:currentContentsView (Results 1 – 1 of 1) sorted by relevance

/packages/apps/TV/src/com/android/tv/menu/
DMenuLayoutManager.java472 View currentContentsView = currentView.getContentsView(); in setSelectedPositionSmooth() local
473 currentContentsView.setAlpha(0.0f); in setSelectedPositionSmooth()
503 animators.add(createTranslationYAnimator(currentContentsView, in setSelectedPositionSmooth()
505 animator = createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth()
521 animators.add(createTranslationYAnimator(currentContentsView, in setSelectedPositionSmooth()
523 ObjectAnimator animator = createAlphaAnimator(currentContentsView, 0.0f, 1.0f, in setSelectedPositionSmooth()