Searched refs:OVERVIEW_PEEK (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.launcher3.LauncherState.OVERVIEW_PEEK;94 LauncherState fromState = isPaused ? NORMAL : OVERVIEW_PEEK; in onDragStart()95 LauncherState toState = isPaused ? OVERVIEW_PEEK : NORMAL; in onDragStart()
110 public static final LauncherState OVERVIEW_PEEK = field in LauncherState324 } else if (this == NORMAL && fromState == OVERVIEW_PEEK) {
29 import static com.android.launcher3.LauncherState.OVERVIEW_PEEK;407 } else if (finalState == OVERVIEW || finalState == OVERVIEW_PEEK) { in onCreate()498 } else if (state == OVERVIEW || state == OVERVIEW_PEEK) { in onAssistantVisibilityChanged()
45 if (this == OVERVIEW_PEEK && fromState == NORMAL) { in prepareForAtomicAnimation()