Searched refs:mMaxPages (Results 1 – 1 of 1) sorted by relevance
118 private int mMaxPages; field in PagedListView256 mMaxPages = getDefaultMaxPages(); in init()646 mMaxPages = Math.max(UNLIMITED_PAGES, maxPages); in setMaxPages()659 return mMaxPages; in getMaxPages()672 mMaxPages = getDefaultMaxPages(); in resetMaxPages()1125 return (mMaxPages < 0) ? -1 : mRowsPerPage * mMaxPages; in calculateMaxItemCount()