Searched refs:mRowHeight (Results 1 – 3 of 3) sorted by relevance
81 private final int mRowHeight; field in ProgramGrid123 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height); in ProgramGrid()191 int minY = (mSelectionRow - 1) * mRowHeight; in onScrollChanged()193 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()
108 private final int mRowHeight; field in ProgramGuide216 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height); in ProgramGuide()326 mGrid.setWindowAlignmentOffset(mSelectionRow * mRowHeight); in ProgramGuide()496 int selectionRowOffset = mSelectionRow * mRowHeight; in onRequestChildFocus()501 mGrid.setWindowAlignmentOffset(selectionRowOffset + mRowHeight + mDetailHeight); in onRequestChildFocus()752 + mRowHeight * mGrid.getAdapter().getItemCount() in updateGuidePosition()
44 private final int mRowHeight; field in KeyboardRow101 mRowHeight = (int)ResourceUtils.getDimensionOrFraction(keyboardAttr, in KeyboardRow()115 return mRowHeight; in getRowHeight()