HomeSort by relevance Sort by last modified time
    Searched refs:mRowLimit (Results 1 - 2 of 2) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 98 private int mRowLimit = 0;
558 // Plus one here since the range of the rows is [0, mRowLimit].
559 int startRow = Math.max(0, lines.length - (mRowLimit + 1));
611 mRowLimit = rowLimit;
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java     [all...]

Completed in 139 milliseconds