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

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java215 @Thunk LauncherStateTransitionAnimation mStateTransitionAnimation; field in class:Launcher
402 mStateTransitionAnimation = new LauncherStateTransitionAnimation(this, mAllAppsController);
2844 mStateTransitionAnimation.startAnimationToWorkspace(mState, mWorkspace.getState(),
2889 mStateTransitionAnimation.startAnimationToWorkspace(mState, mWorkspace.getState(),
2969 mStateTransitionAnimation.startAnimationToAllApps(animated);
2971 mStateTransitionAnimation.startAnimationToWidgets(animated);
3002 mStateTransitionAnimation.startAnimationToWorkspace(mState, mWorkspace.getState(),
H A DWorkspace.java314 private final WorkspaceStateTransitionAnimation mStateTransitionAnimation; field in class:Workspace
339 mStateTransitionAnimation = new WorkspaceStateTransitionAnimation(mLauncher, this);
1928 mStateTransitionAnimation.snapToPageFromOverView(whichPage);
1984 AnimatorSet workspaceAnim = mStateTransitionAnimation.getAnimationToState(fromState,
2599 mStateTransitionAnimation.mSpringLoadedTransitionTime);
3440 setScaleX(mStateTransitionAnimation.getFinalScale());
3441 setScaleY(mStateTransitionAnimation.getFinalScale());
3452 return mStateTransitionAnimation;

Completed in 65 milliseconds