Searched refs:OVERVIEW_PEEK (Results 1 – 4 of 4) sorted by relevance
23 import static com.android.launcher3.LauncherState.OVERVIEW_PEEK;91 LauncherState fromState = isPaused ? NORMAL : OVERVIEW_PEEK; in onDragStart()92 LauncherState toState = isPaused ? OVERVIEW_PEEK : NORMAL; in onDragStart()
110 public static final LauncherState OVERVIEW_PEEK = field in LauncherState320 } else if (this == NORMAL && fromState == OVERVIEW_PEEK) {
28 import static com.android.launcher3.LauncherState.OVERVIEW_PEEK;397 } else if (finalState == OVERVIEW || finalState == OVERVIEW_PEEK) { in onCreate()488 } else if (state == OVERVIEW || state == OVERVIEW_PEEK) { in onAssistantVisibilityChanged()
43 if (this == OVERVIEW_PEEK && fromState == NORMAL) { in prepareForAtomicAnimation()