HomeSort by relevance Sort by last modified time
    Searched refs:toPage (Results 1 - 6 of 6) sorted by null

  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
PageAdapter.java 671 final int toPage = selectedRange.getEnd();
672 pagesInRange = new PageRange(fromPage, toPage);
701 final int toPage = Math.min(pageInDocument + rangeSpan - 1,
703 pagesInRange = new PageRange(pageInDocument, toPage);
708 final int toPage = Math.min(selectedRange.getStart() + rangeSpan - 1,
710 pagesInRange = new PageRange(fromPage, toPage);
731 int toPage = INVALID_PAGE_INDEX;
743 if (toPage == INVALID_PAGE_INDEX) {
744 toPage = boundPageInDocument;
747 if (boundPageInDocument > toPage + 1)
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
WorkspaceStateTransitionAnimation.java 221 int toPage, boolean animated, HashMap<View, Integer> layerViews) {
227 animateWorkspace(states, toPage, animated, workspaceDuration, layerViews,
266 private void animateWorkspace(final TransitionStates states, int toPage, final boolean animated,
306 if (toPage == SCROLL_TO_CURRENT_PAGE) {
307 toPage = mWorkspace.getPageNearestToCenterOfScreen();
309 mWorkspace.snapToPage(toPage, duration, mZoomInInterpolator);
313 boolean isCurrentPage = (i == toPage);
319 finalAlpha = (i == toPage || i < customPageCount) ? 1f : 0f;
Workspace.java     [all...]
Launcher.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizePagedView.java     [all...]
Workspace.java     [all...]

Completed in 603 milliseconds