Exposing the state manager directly instead of providing various helper methods for state change

Bug: 67678570
Change-Id: If3d05c804c034ffa5e403da8eaa23e85e373c863
This commit is contained in:
Sunny Goyal
2017-10-23 17:14:52 -07:00
parent 4d519f2568
commit 3e3f44c3ad
16 changed files with 184 additions and 228 deletions

View File

@@ -32,7 +32,7 @@ import android.view.View;
import android.view.accessibility.AccessibilityManager;
import android.view.animation.DecelerateInterpolator;
import com.android.launcher3.LauncherStateTransitionAnimation.AnimationConfig;
import com.android.launcher3.LauncherStateManager.AnimationConfig;
import com.android.launcher3.anim.AnimationLayerSet;
/**