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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspaceStateTransitionAnimation.java305 int toPage = mWorkspace.getPageNearestToCenterOfScreen();
316 finalAlpha = (i == toPage || i < customPageCount) ? 1f : 0f;
325 boolean isCurrentPage = (i == toPage);
/packages/apps/Launcher2/src/com/android/launcher2/
H A DAppsCustomizePagedView.java1058 int toPage = mCurrentPage;
1060 toPage = mNextPage;
1070 minPageDiff = Math.abs(task.page - toPage);
1073 int rawPageDiff = Math.abs(page - toPage);
H A DWorkspace.java1351 void enableChildrenCache(int fromPage, int toPage) { argument
1352 if (fromPage > toPage) {
1354 fromPage = toPage;
1355 toPage = temp;
1361 toPage = Math.min(toPage, screenCount - 1);
1363 for (int i = fromPage; i <= toPage; i++) {

Completed in 71 milliseconds