HomeSort by relevance Sort by last modified time
    Searched refs:AnimationComponents (Results 1 - 5 of 5) sorted by null

  /packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
LandscapeEdgeSwipeController.java 12 import com.android.launcher3.LauncherStateManager.AnimationComponents;
59 protected float initCurrentAnimation(@AnimationComponents int animComponent) {
PortraitStatesTouchController.java 34 import com.android.launcher3.LauncherStateManager.AnimationComponents;
123 protected float initCurrentAnimation(@AnimationComponents int animComponents) {
  /packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
AllAppsSwipeController.java 11 import com.android.launcher3.LauncherStateManager.AnimationComponents;
66 protected float initCurrentAnimation(@AnimationComponents int animComponents) {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherStateManager.java 104 public @interface AnimationComponents {}
312 LauncherState state, long duration, @AnimationComponents int animComponents) {
319 @AnimationComponents int animComponents) {
503 public @AnimationComponents int animComponents = ANIM_ALL;
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
AbstractStateChangeTouchController.java 38 import com.android.launcher3.LauncherStateManager.AnimationComponents;
168 protected abstract float initCurrentAnimation(@AnimationComponents int animComponents);

Completed in 382 milliseconds