Searched refs:mCurrentTextRow (Results 1 – 1 of 1) sorted by relevance
100 private int mCurrentTextRow = -1; field in CaptionWindowLayout213 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()