Searched refs:mMaxPages (Results 1 – 1 of 1) sorted by relevance
58 private int mMaxPages = -1; field in PagedListView123 mMaxPages = getDefaultMaxPages(); in PagedListView()225 mMaxPages = maxPages; in setMaxPages()230 return mMaxPages; in getMaxPages()234 mMaxPages = getDefaultMaxPages(); in resetMaxPages()299 if (mMaxPages < 0) { in tryUpdateMaxPages()301 } else if (mMaxPages == 0) { in tryUpdateMaxPages()305 newMaxItems = mRowsPerPage * mMaxPages; in tryUpdateMaxPages()