Searched refs:mMaxItemsPerPage (Results 1 – 2 of 2) sorted by relevance
81 private final int mMaxItemsPerPage; field in FolderPagedView97 mMaxItemsPerPage = mMaxCountX * mMaxCountY; in FolderPagedView()161 calculateGridSize(count, mGridCountX, mGridCountY, mMaxCountX, mMaxCountY, mMaxItemsPerPage, in setupContentDimensions()202 setCurrentPage(rank / mMaxItemsPerPage); in allocateRankForNewItem()218 int pagePos = rank % mMaxItemsPerPage; in addViewForRank()219 int pageNo = rank / mMaxItemsPerPage; in addViewForRank()328 if (currentPage == null || position >= mMaxItemsPerPage) { in arrangeChildren()401 + lastPageIndex * mMaxItemsPerPage; in getItemCount()415 pageIndex * mMaxItemsPerPage + sTmpArray[1] * mGridCountX + sTmpArray[0]); in findNearestArea()520 int p = rank / mMaxItemsPerPage; in rankOnCurrentPage()[all …]
35 private final int mMaxItemsPerPage; field in FolderIconPreviewVerifier48 mMaxItemsPerPage = mMaxGridCountX * mMaxGridCountY; in FolderIconPreviewVerifier()55 mMaxGridCountY, mMaxItemsPerPage, mGridSize); in setFolderInfo()