Searched refs:SpringLoadedState (Results 1 – 3 of 3) sorted by relevance
31 public class SpringLoadedState extends LauncherState { class38 public SpringLoadedState(int id) { in SpringLoadedState() method in SpringLoadedState
39 import com.android.launcher3.states.SpringLoadedState;113 public static final LauncherState SPRING_LOADED = new SpringLoadedState(
55 import com.android.launcher3.states.SpringLoadedState;184 float springLoadedProgress = (state instanceof SpringLoadedState) ? 1.0f : 0f; in applyChildState()