Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspaceStateTransitionAnimation.java221 int toPage, boolean animated, HashMap<View, Integer> layerViews) { in getAnimationToState()
266 private void animateWorkspace(final TransitionStates states, int toPage, final boolean animated, in animateWorkspace()
DWorkspace.java1877 void enableChildrenCache(int fromPage, int toPage) { in enableChildrenCache()
2105 public Animator setStateWithAnimation(State toState, int toPage, boolean animated, in setStateWithAnimation()
DLauncher.java3508 public Animator startWorkspaceStateChangeAnimation(Workspace.State toState, int toPage, in startWorkspaceStateChangeAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DAppsCustomizePagedView.java1058 int toPage = mCurrentPage; in getWidgetPageLoadPriority() local