Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java100 private int mCurrentTextRow = -1; field in CaptionWindowLayout
213 if (mCurrentTextRow >= 0) { in setPenLocation()
214 for (int r = mCurrentTextRow; r < row; ++r) { in setPenLocation()
217 if (mCurrentTextRow <= row) { in setPenLocation()
224 mCurrentTextRow = row; in setPenLocation()
593 mCurrentTextRow = lines.length - startRow - 1; in updateText()