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

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

Completed in 454 milliseconds