Home
last modified time | relevance | path

Searched refs:HINT_STATE_TWO_BUTTON (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTwoButtonNavbarTouchController.java20 import static com.android.launcher3.LauncherState.HINT_STATE_TWO_BUTTON;
101 return draggingFromNav ? HINT_STATE_TWO_BUTTON : NORMAL; in getTargetState()
104 return isDragTowardPositive ^ (startState == OVERVIEW) ? HINT_STATE_TWO_BUTTON : NORMAL; in getTargetState()
120 if (targetState == HINT_STATE_TWO_BUTTON) { in updateSwipeCompleteAnimation()
147 if (fraction >= 1 && mToState == HINT_STATE_TWO_BUTTON) { in updateProgress()
162 if (mStartState == NORMAL && targetState == HINT_STATE_TWO_BUTTON) { in onSwipeInteractionCompleted()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java36 import static com.android.launcher3.LauncherState.HINT_STATE_TWO_BUTTON;
170 || fromState == HINT_STATE_TWO_BUTTON) && toState == OVERVIEW) { in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java135 public static final LauncherState HINT_STATE_TWO_BUTTON = new HintState( field in LauncherState