Home
last modified time | relevance | path

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

/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()
/packages/apps/TV/src/com/android/tv/guide/
DProgramGrid.java87 private final int mRowHeight; field in ProgramGrid
128 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()
DProgramGuide.java100 private final int mRowHeight; field in ProgramGuide
187 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()