Home | History | Annotate | Download | only in app

Lines Matching refs:maxIndex

1370      * Does a linear search through views for view, limited to maxIndex.
1373 final int maxIndex) {
1374 for (int i = 0; i < maxIndex; i++) {