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