Home
last modified time | relevance | path

Searched refs:SpringLoadedState (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/states/
H A DSpringLoadedState.java31 public class SpringLoadedState extends LauncherState { class
38 public SpringLoadedState(int id) { in SpringLoadedState() method in SpringLoadedState
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherState.java39 import com.android.launcher3.states.SpringLoadedState;
113 public static final LauncherState SPRING_LOADED = new SpringLoadedState(
H A DWorkspaceStateTransitionAnimation.java55 import com.android.launcher3.states.SpringLoadedState;
184 float springLoadedProgress = (state instanceof SpringLoadedState) ? 1.0f : 0f; in applyChildState()