Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java917 View outDetail = outRow != null ? outRow.findViewById(R.id.detail) : null; in animateRowChange() local
918 if (outDetail != null && outDetail.isShown()) { in animateRowChange()
919 final View outDetailContent = outDetail.findViewById(R.id.detail_content_full); in animateRowChange()
924 PropertyValuesHolder.ofFloat(View.ALPHA, outDetail.getAlpha(), 0f), in animateRowChange()
935 outDetail, ViewUtils.getLayoutHeight(outDetail), 0); in animateRowChange()