Searched refs:HINT_STATE (Results 1 – 6 of 6) sorted by relevance
23 import static com.android.launcher3.LauncherState.HINT_STATE;117 return super.canInterceptTouch(ev) && !mLauncher.isInState(HINT_STATE); in canInterceptTouch()123 return HINT_STATE; in getTargetState()131 if (mToState == HINT_STATE) { in initCurrentAnimation()158 if (mFromState == NORMAL && mToState == HINT_STATE) { in onDragStart()207 if (targetState == HINT_STATE) { in updateSwipeCompleteAnimation()211 long duration = HINT_STATE.getTransitionDuration(mLauncher, true /* isToState */); in updateSwipeCompleteAnimation()
21 import static com.android.launcher3.LauncherState.HINT_STATE;108 mShouldIncreaseCount = toState == HINT_STATE in setup()124 if (mShouldIncreaseCount && finalState == HINT_STATE) { in setup()
35 import static com.android.launcher3.LauncherState.HINT_STATE;169 } else if ((fromState == NORMAL || fromState == HINT_STATE in prepareForAtomicAnimation()201 } else if (fromState == HINT_STATE && toState == NORMAL) { in prepareForAtomicAnimation()
134 public static final LauncherState HINT_STATE = new HintState(HINT_STATE_ORDINAL); field in LauncherState378 if ((this != NORMAL && this != HINT_STATE) in getWorkspacePageAlphaProvider()
32 import static com.android.launcher3.LauncherState.HINT_STATE;131 && fromState == HINT_STATE && state == NORMAL; in setWorkspaceProperty()
28 import static com.android.launcher3.LauncherState.HINT_STATE;1282 && mLauncher.getStateManager().getCurrentStableState() != HINT_STATE; in onScrollChanged()