Searched defs:sTmpArray (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java67 private static final int[] sTmpArray = new int[2]; field in class:FolderPagedView
162 sTmpArray);
163 mGridCountX = sTmpArray[0];
164 mGridCountY = sTmpArray[1];
411 page.findNearestArea(pixelX, pixelY, 1, 1, sTmpArray);
413 sTmpArray[0] = page.getCountX() - sTmpArray[0] - 1;
416 pageIndex * mMaxItemsPerPage + sTmpArray[1] * mGridCountX + sTmpArray[0]);

Completed in 30 milliseconds