Searched refs:mSelectionRow (Results 1 – 2 of 2) sorted by relevance
83 private final int mSelectionRow; // Row that is focused field in ProgramGrid125 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()
110 private final int mSelectionRow; // Row that is focused field in ProgramGuide218 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()