Searched refs:inDetail (Results 1 – 1 of 1) sorted by relevance
964 View inDetail = inRow != null ? inRow.findViewById(R.id.detail) : null; in animateRowChange() local965 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()