Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java919 final View outDetailContent = outDetail.findViewById(R.id.detail_content_full); in animateRowChange() local
923 outDetailContent, in animateRowChange()
927 outDetailContent.getTranslationY(), in animateRowChange()
931 fadeOutAnimator.addListener(new HardwareLayerAnimatorListenerAdapter(outDetailContent)); in animateRowChange()
942 outDetailContent.setVisibility(View.GONE); in animateRowChange()
947 outDetailContent.setVisibility(View.VISIBLE); in animateRowChange()