Searched refs:OverviewState (Results 1 – 10 of 10) sorted by relevance
26 public class OverviewState extends LauncherState { class28 public OverviewState(int id) { in OverviewState() method in OverviewState32 public static OverviewState newBackgroundState(int id) { in newBackgroundState()33 return new OverviewState(id); in newBackgroundState()36 public static OverviewState newPeekState(int id) { in newPeekState()37 return new OverviewState(id); in newPeekState()40 public static OverviewState newSwitchState(int id) { in newSwitchState()41 return new OverviewState(id); in newSwitchState()
49 public class OverviewState extends LauncherState { class57 public OverviewState(int id) { in OverviewState() method in OverviewState61 protected OverviewState(int id, int transitionDuration, int stateFlags) { in OverviewState() method in OverviewState147 public static OverviewState newBackgroundState(int id) {148 return new OverviewState(id);151 public static OverviewState newPeekState(int id) {152 return new OverviewState(id);155 public static OverviewState newSwitchState(int id) {156 return new OverviewState(id);
56 public class OverviewState extends LauncherState { class66 public OverviewState(int id) { in OverviewState() method in OverviewState70 protected OverviewState(int id, int transitionDuration, int stateFlags) { in OverviewState() method in OverviewState74 protected OverviewState(int id, int logContainer, int transitionDuration, int stateFlags) { in OverviewState() method in OverviewState204 public static OverviewState newBackgroundState(int id) {208 public static OverviewState newPeekState(int id) {212 public static OverviewState newSwitchState(int id) {
27 public class OverviewPeekState extends OverviewState {
31 public class BackgroundAppState extends OverviewState {
48 import com.android.launcher3.uioverrides.states.OverviewState;109 public static final LauncherState OVERVIEW = new OverviewState(OVERVIEW_STATE_ORDINAL);111 OverviewState.newPeekState(OVERVIEW_PEEK_STATE_ORDINAL);113 OverviewState.newSwitchState(QUICK_SWITCH_STATE_ORDINAL);115 OverviewState.newBackgroundState(BACKGROUND_APP_STATE_ORDINAL);
8 import com.android.launcher3.uioverrides.states.OverviewState;21 OverviewState.getDefaultSwipeHeight(mDeviceProfile); in call()
41 import com.android.launcher3.uioverrides.states.OverviewState;159 float arrowTop = Math.min(hotseatSize, OverviewState.getDefaultSwipeHeight(dp)); in reInitUi()
47 import com.android.launcher3.uioverrides.states.OverviewState;236 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()
62 import com.android.launcher3.uioverrides.states.OverviewState;259 float defaultOverviewProgress = OverviewState.getDefaultVerticalProgress(activity);