Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java83 private final int mSelectionRow; // Row that is focused field in ProgramGrid
125 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row); in ProgramGrid()
191 int minY = (mSelectionRow - 1) * mRowHeight; in onScrollChanged()
193 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()
DProgramGuide.java110 private final int mSelectionRow; // Row that is focused field in ProgramGuide
218 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row); in ProgramGuide()
326 mGrid.setWindowAlignmentOffset(mSelectionRow * mRowHeight); in ProgramGuide()
496 int selectionRowOffset = mSelectionRow * mRowHeight; in onRequestChildFocus()