Home
last modified time | relevance | path

Searched refs:mMaxItemsPerPage (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java81 private final int mMaxItemsPerPage; field in FolderPagedView
97 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 …]
DFolderIconPreviewVerifier.java35 private final int mMaxItemsPerPage; field in FolderIconPreviewVerifier
48 mMaxItemsPerPage = mMaxGridCountX * mMaxGridCountY; in FolderIconPreviewVerifier()
55 mMaxGridCountY, mMaxItemsPerPage, mGridSize); in setFolderInfo()