Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java102 private int mCurrentTextRow = -1; field in CaptionWindowLayout
214 if (mCurrentTextRow >= 0) { in setPenLocation()
215 for (int r = mCurrentTextRow; r < row; ++r) { in setPenLocation()
218 if (mCurrentTextRow <= row) { in setPenLocation()
225 mCurrentTextRow = row; in setPenLocation()
563 mCurrentTextRow = lines.length - startRow - 1; in updateText()