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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java1375 void enableChildrenCache(int fromPage, int toPage) { argument
1376 if (fromPage > toPage) {
1378 fromPage = toPage;
1379 toPage = temp;
1385 toPage = Math.min(toPage, screenCount - 1);
1387 for (int i = fromPage; i <= toPage; i++) {

Completed in 15 milliseconds