Home
last modified time | relevance | path

Searched defs:toState (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DFastBitmapDrawable.java224 public static int getDurationForStateChange(State fromState, State toState) { in getDurationForStateChange()
253 public static int getStartDelayForStateChange(State fromState, State toState) { in getStartDelayForStateChange()
DWorkspaceStateTransitionAnimation.java149 public TransitionStates(final Workspace.State fromState, final Workspace.State toState) { in TransitionStates()
220 public AnimatorSet getAnimationToState(Workspace.State fromState, Workspace.State toState, in getAnimationToState()
DBubbleTextView.java626 final FastBitmapDrawable.State toState) { in getStartDelayForStateChange()
DLauncher.java2887 public void updateInteraction(Workspace.State fromState, Workspace.State toState) { in updateInteraction()
3489 private boolean showAppsOrWidgets(State toState, boolean animated, boolean focusSearchBar) { in showAppsOrWidgets()
3523 public Animator startWorkspaceStateChangeAnimation(Workspace.State toState, int toPage, in startWorkspaceStateChangeAnimation()
DWorkspace.java2105 public Animator setStateWithAnimation(State toState, int toPage, boolean animated, in setStateWithAnimation()
/packages/apps/Launcher2/src/com/android/launcher2/
DLauncher.java2798 private void hideAppsCustomizeHelper(State toState, final boolean animated, in hideAppsCustomizeHelper()