Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java110 private final int mWidthPerHour; field in ProgramGuide
208 mWidthPerHour = res.getDimensionPixelSize(R.dimen.program_guide_table_width_per_hour); in ProgramGuide()
209 GuideUtils.setWidthPerHour(mWidthPerHour); in ProgramGuide()
218 mViewPortMillis = (gridWidth * HOUR_IN_MILLIS) / mWidthPerHour; in ProgramGuide()
1061 (int) (mWidthPerHour * mProgramManager.getShiftedTime() / HOUR_IN_MILLIS); in onTimeRangeUpdated()