Home | History | Annotate | Download | only in media

Lines Matching refs:mRowLimit

1682         private int mRowLimit = 0;
2081 // Plus one here since the range of the rows is [0, mRowLimit].
2083 lines, Math.max(0, lines.length - (mRowLimit + 1)), lines.length));
2114 mRowLimit = rowLimit;