Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/fallback/
DFallbackRecentsView.java139 if (mCurrentGestureEndTarget == GestureState.GestureEndTarget.HOME) { in onGestureAnimationEnd()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DLauncherRecentsView.java282 endTarget = mCurrentGestureEndTarget; in onGestureAnimationEnd()
DRecentsView.java558 protected GestureState.GestureEndTarget mCurrentGestureEndTarget; field in RecentsView
2733 mCurrentGestureEndTarget = endTarget; in onPrepareGestureEndAnimation()
2787 setEnableDrawingLiveTile(mCurrentGestureEndTarget == GestureState.GestureEndTarget.RECENTS); in onGestureAnimationEnd()
2793 mCurrentGestureEndTarget = null; in onGestureAnimationEnd()
6076 return mOverviewGridEnabled || (mCurrentGestureEndTarget != null
6077 && mSizeStrategy.stateFromGestureEndTarget(mCurrentGestureEndTarget)
6083 && mCurrentGestureEndTarget != GestureState.GestureEndTarget.RECENTS;