HomeSort by relevance Sort by last modified time
    Searched refs:mGridCountX (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/folder/
FolderIconPreviewVerifier.java 34 private int mGridCountX;
47 mGridCountX = mGridSize[0];
68 int col = rank % mGridCountX;
69 int row = rank / mGridCountX;
FolderPagedView.java 85 private int mGridCountX;
161 calculateGridSize(count, mGridCountX, mGridCountY, mMaxCountX, mMaxCountY, mMaxItemsPerPage,
163 mGridCountX = sTmpArray[0];
168 getPageAt(i).setGridSize(mGridCountX, mGridCountY);
222 item.cellX = pagePos % mGridCountX;
223 item.cellY = pagePos / mGridCountX;
262 page.setGridSize(mGridCountX, mGridCountY);
340 newX = position % mGridCountX;
341 newY = position / mGridCountX;
416 pageIndex * mMaxItemsPerPage + sTmpArray[1] * mGridCountX + sTmpArray[0])
    [all...]

Completed in 140 milliseconds