Home | History | Annotate | Download | only in widget

Lines Matching refs:getMaxIndex

1256         private int getMaxIndex() {
1264 return max(definedCount, getMaxIndex());
1268 if (count != UNDEFINED && count < getMaxIndex()) {