Searched refs:mDetailHeight (Results 1 – 2 of 2) sorted by relevance
101 private final int mDetailHeight; field in ProgramGuide188 mDetailHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_detail_height); in ProgramGuide()390 + mDetailHeight + mRowHeight * mGrid.getAdapter().getItemCount() + topPadding in updateGuidePosition()414 mGrid.setWindowAlignmentOffset(selectionRowOffset + mRowHeight + mDetailHeight); in onRequestChildFocus()744 setLayoutHeight(detailView, mDetailHeight); in selectRow()818 Animator expandAnimator = createHeightAnimator(inDetail, 0, mDetailHeight); in animateRowChange()
88 private final int mDetailHeight; field in ProgramGrid129 mDetailHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_detail_height); in ProgramGrid()374 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()