Searched refs:mFromState (Results 1 – 4 of 4) sorted by relevance
76 protected LauncherState mFromState; field in AbstractStateChangeTouchController187 LauncherState newFromState = mFromState == null ? mLauncher.getStateManager().getState() in reinitCurrentAnimation()188 : reachedToState ? mToState : mFromState; in reinitCurrentAnimation()191 if (newFromState == mFromState && newToState == mToState || (newFromState == newToState)) { in reinitCurrentAnimation()195 mFromState = newFromState; in reinitCurrentAnimation()203 int animComponents = goingBetweenNormalAndOverview(mFromState, mToState) in reinitCurrentAnimation()212 if (goingBetweenNormalAndOverview(mFromState, mToState) in reinitCurrentAnimation()237 mFromState = mStartState; in onDragStart()251 mCanBlockFling = mFromState == NORMAL; in onDragStart()305 maybeUpdateAtomicAnim(mFromState, mToState, fraction); in updateProgress()[all …]
217 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()223 : getAnimatorSetBuilderForStates(mFromState, mToState); in initCurrentAnimation()228 if (mFromState == OVERVIEW && mToState == NORMAL in initCurrentAnimation()252 totalShift = Math.signum(mFromState.ordinal - mToState.ordinal) in initCurrentAnimation()282 if (QUICKSTEP_SPRINGS.get() && mFromState == OVERVIEW && mToState == ALL_APPS in handleFirstSwipeToOverview()285 } else if (mFromState == NORMAL && mToState == OVERVIEW && targetState == OVERVIEW) { in handleFirstSwipeToOverview()
145 private Object mFromState; // old state field in Utils.TransitionLog158 mFromState = fromState; in TransitionLog()170 : "") + " changed from " + mFromState + " to " + mToState; in toString()
71 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()