Searched refs:mWidthPerHour (Results 1 – 1 of 1) sorted by relevance
110 private final int mWidthPerHour; field in ProgramGuide208 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()