Searched refs:HINT_STATE_TWO_BUTTON (Results 1 – 3 of 3) sorted by relevance
20 import static com.android.launcher3.LauncherState.HINT_STATE_TWO_BUTTON;103 return draggingFromNav ? HINT_STATE_TWO_BUTTON : NORMAL; in getTargetState()106 return isDragTowardPositive ^ (startState == OVERVIEW) ? HINT_STATE_TWO_BUTTON : NORMAL; in getTargetState()122 if (targetState == HINT_STATE_TWO_BUTTON) { in updateSwipeCompleteAnimation()149 if (fraction >= 1 && mToState == HINT_STATE_TWO_BUTTON) { in updateProgress()164 if (mStartState == NORMAL && targetState == HINT_STATE_TWO_BUTTON) { in onSwipeInteractionCompleted()
21 import static com.android.launcher3.LauncherState.HINT_STATE_TWO_BUTTON;135 || fromState == HINT_STATE_TWO_BUTTON) && toState == OVERVIEW) { in prepareForAtomicAnimation()
118 public static final LauncherState HINT_STATE_TWO_BUTTON = new HintState( field in LauncherState