Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/guide/
DProgramGuide.java120 private int mCurrentTimeIndicatorWidth; field in ProgramGuide
833 if (mCurrentTimeIndicatorWidth == 0) { in positionCurrentTimeIndicator()
835 mCurrentTimeIndicatorWidth = mCurrentTimeIndicator.getMeasuredWidth(); in positionCurrentTimeIndicator()
838 offset - mCurrentTimeIndicatorWidth / 2, 0, 0, 0); in positionCurrentTimeIndicator()