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.java89 private final int mSelectionRow; // Row that is focused field in ProgramGrid
130 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row); in ProgramGrid()
372 int minY = (mSelectionRow - 1) * mRowHeight; in onScrollChanged()
374 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()
DProgramGuide.java102 private final int mSelectionRow; // Row that is focused field in ProgramGuide
189 mSelectionRow = res.getInteger(R.integer.program_guide_selection_row); in ProgramGuide()
283 mGrid.setWindowAlignmentOffset(mSelectionRow * mRowHeight); in ProgramGuide()
409 int selectionRowOffset = mSelectionRow * mRowHeight; in onRequestChildFocus()