Home
last modified time | relevance | path

Searched refs:mMax (Results 1 – 1 of 1) sorted by relevance

/development/tools/bugreport/src/com/android/bugreport/util/
DLines.java34 private final int mMax; field in Lines
78 mMax = mList.size(); in Lines()
89 mMax = max; in Lines()
97 return pos < mMax; in hasNext()
105 if (pos >= mMin && pos < mMax) { in next()
130 return mMax - mMin; in size()
139 return new Lines<T>(mList, Math.max(mMin, from), Math.min(mMax, to)); in copy()