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.java446 View currentContentsView = currentView.getContentsView(); in setSelectedPositionSmooth() local
448 currentContentsView.setVisibility(View.VISIBLE); in setSelectedPositionSmooth()
455 if (currentContentsView instanceof RecyclerView in setSelectedPositionSmooth()
456 && ((RecyclerView) currentContentsView).hasPendingAdapterUpdates()) { in setSelectedPositionSmooth()
457 currentContentsView.requestLayout(); in setSelectedPositionSmooth()
571 currentContentsView.setAlpha(0.0f); in setSelectedPositionSmooth()
612 currentContentsView, mRowScrollUpAnimationOffset, 0.0f)); in setSelectedPositionSmooth()
614 createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth()
638 currentContentsView, in setSelectedPositionSmooth()
642 createAlphaAnimator(currentContentsView, 0.0f, 1.0f, mFastOutLinearIn) in setSelectedPositionSmooth()