Searched refs:mMaxItemsPerPage (Results 1 – 1 of 1) sorted by relevance
73 private final int mMaxItemsPerPage; field in FolderPagedView93 mMaxItemsPerPage = mMaxCountX * mMaxCountY; in FolderPagedView()119 if (count >= mMaxItemsPerPage) { in setupContentDimensions()161 if (!ALLOW_FOLDER_SCROLL && icons.size() >= mMaxItemsPerPage) { in bindItems()180 setCurrentPage(rank / mMaxItemsPerPage); in allocateRankForNewItem()195 int pagePos = rank % mMaxItemsPerPage; in addViewForRank()196 int pageNo = rank / mMaxItemsPerPage; in addViewForRank()304 if (currentPage == null || position >= mMaxItemsPerPage) { in arrangeChildren()378 + lastPageIndex * mMaxItemsPerPage; in getItemCount()392 pageIndex * mMaxItemsPerPage + sTempPosArray[1] * mGridCountX + sTempPosArray[0]); in findNearestArea()[all …]