Searched refs:mCurrentTextRow (Results 1 – 1 of 1) sorted by relevance
109 private int mCurrentTextRow = -1; field in CaptionWindowLayout254 if (mCurrentTextRow >= 0) { in setPenLocation()255 for (int r = mCurrentTextRow; r < row; ++r) { in setPenLocation()258 if (mCurrentTextRow <= row) { in setPenLocation()265 mCurrentTextRow = row; in setPenLocation()674 mCurrentTextRow = lines.length - startRow - 1; in updateText()