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