Abstracting out state handler logic into base classes so that it can

also be used in different activity

Change-Id: Ic5e60b21e1429c71f1cd4e7041e70bf4fc9761b7
This commit is contained in:
Sunny Goyal
2020-05-08 13:37:58 -07:00
parent ed31f24dbf
commit 35e7d38681
27 changed files with 402 additions and 295 deletions

View File

@@ -66,7 +66,7 @@ public class WorkspaceStateTransitionAnimation {
}
/**
* @see com.android.launcher3.LauncherStateManager.StateHandler#setStateWithAnimation
* @see com.android.launcher3.statemanager.StateManager.StateHandler#setStateWithAnimation
*/
public void setStateWithAnimation(
LauncherState toState, StateAnimationConfig config, PendingAnimation animation) {