Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java760 private void animateRowChange(View outRow, View inRow) { in animateRowChange() argument
769 if (outRow != null && inRow != null) { in animateRowChange()
771 direction = outRow.getTop() < inRow.getTop() ? -1 : 1; in animateRowChange()
774 View outDetail = outRow != null ? outRow.findViewById(R.id.detail) : null; in animateRowChange()