Home | History | Annotate | Download | only in launcher3

Lines Matching refs:mNumAppsPages

188     private int mNumAppsPages;
370 mNumAppsPages = (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
1348 for (int i = 0; i < mNumAppsPages; ++i) {
1721 count = mNumAppsPages;