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;
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()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickstepAtomicAnimationFactory.java21 import static com.android.launcher3.LauncherState.HINT_STATE_TWO_BUTTON;
135 || fromState == HINT_STATE_TWO_BUTTON) && toState == OVERVIEW) { in prepareForAtomicAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java118 public static final LauncherState HINT_STATE_TWO_BUTTON = new HintState( field in LauncherState