Searched refs:mDetailHeight (Results 1 – 2 of 2) sorted by relevance
82 private final int mDetailHeight; field in ProgramGrid124 mDetailHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_detail_height); in ProgramGrid()193 int maxY = (mSelectionRow + 1) * mRowHeight + mDetailHeight; in onScrollChanged()
113 private final int mDetailHeight; field in ProgramGuide221 mDetailHeight = res.getDimensionPixelSize(R.dimen.program_guide_table_detail_height); in ProgramGuide()506 mGrid.setWindowAlignmentOffset(selectionRowOffset + mRowHeight + mDetailHeight); in onRequestChildFocus()756 + mDetailHeight in updateGuidePosition()890 ViewUtils.setLayoutHeight(detailView, mDetailHeight); in selectRow()968 Animator expandAnimator = ViewUtils.createHeightAnimator(inDetail, 0, mDetailHeight); in animateRowChange()