Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java964 View inDetail = inRow != null ? inRow.findViewById(R.id.detail) : null; in animateRowChange() local
965 if (inDetail != null) { in animateRowChange()
966 final View inDetailContent = inDetail.findViewById(R.id.detail_content_full); in animateRowChange()
968 Animator expandAnimator = ViewUtils.createHeightAnimator(inDetail, 0, mDetailHeight); in animateRowChange()