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

/packages/apps/TV/src/com/android/tv/guide/
H A DProgramGuide.java102 private final int mWidthPerHour; field in class:ProgramGuide
183 mWidthPerHour = res.getDimensionPixelSize(R.dimen.program_guide_table_width_per_hour);
184 GuideUtils.setWidthPerHour(mWidthPerHour);
191 mViewPortMillis = (gridWidth * HOUR_IN_MILLIS) / mWidthPerHour;
915 int scrollOffset = (int) (mWidthPerHour * mProgramManager.getShiftedTime()

Completed in 177 milliseconds