OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mNumAppsPages
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java
191
private int
mNumAppsPages
;
297
if (currentPage <
mNumAppsPages
) {
312
((currentPage -
mNumAppsPages
) * numItemsPerPage) + (childCount / 2);
337
return
mNumAppsPages
+ ((index - mApps.size()) / numItemsPerPage);
350
mNumAppsPages
= (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
[
all
...]
/packages/apps/Launcher3/src/com/android/launcher3/
AppsCustomizePagedView.java
188
private int
mNumAppsPages
;
370
mNumAppsPages
= (int) Math.ceil((float) mApps.size() / (mCellCountX * mCellCountY));
[
all
...]
Completed in 29 milliseconds