Home
last modified time | relevance | path

Searched refs:mRowHeight (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java81 private final int mRowHeight; field in ProgramGrid
123 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()
DProgramGuide.java108 private final int mRowHeight; field in ProgramGuide
216 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()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardRow.java44 private final int mRowHeight; field in KeyboardRow
101 mRowHeight = (int)ResourceUtils.getDimensionOrFraction(keyboardAttr, in KeyboardRow()
115 return mRowHeight; in getRowHeight()