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.java901 private void animateRowChange(View outRow, View inRow) { in animateRowChange() argument
917 View outDetail = outRow != null ? outRow.findViewById(R.id.detail) : null; in animateRowChange()