Searched refs:mRowHeight (Results 1 – 3 of 3) sorted by relevance
44 private final int mRowHeight; field in KeyboardRow101 mRowHeight = (int)ResourceUtils.getDimensionOrFraction(keyboardAttr, in KeyboardRow()115 return mRowHeight; in getRowHeight()
87 private final int mRowHeight; field in ProgramGrid128 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height); in ProgramGrid()372 int minY = (mSelectionRow - 1) * mRowHeight; in onScrollChanged()374 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()
100 private final int mRowHeight; field in ProgramGuide187 mRowHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_item_row_height); in ProgramGuide()283 mGrid.setWindowAlignmentOffset(mSelectionRow * mRowHeight); in ProgramGuide()390 + mDetailHeight + mRowHeight * mGrid.getAdapter().getItemCount() + topPadding in updateGuidePosition()409 int selectionRowOffset = mSelectionRow * mRowHeight; in onRequestChildFocus()414 mGrid.setWindowAlignmentOffset(selectionRowOffset + mRowHeight + mDetailHeight); in onRequestChildFocus()