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