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.java107 private int mCurrentTimeIndicatorWidth; field in ProgramGuide
686 if (mCurrentTimeIndicatorWidth == 0) { in positionCurrentTimeIndicator()
688 mCurrentTimeIndicatorWidth = mCurrentTimeIndicator.getMeasuredWidth(); in positionCurrentTimeIndicator()
691 offset - mCurrentTimeIndicatorWidth / 2, 0, 0, 0); in positionCurrentTimeIndicator()