Searched refs:mCurrentGestureEndTarget (Results 1 – 3 of 3) sorted by relevance
139 if (mCurrentGestureEndTarget == GestureState.GestureEndTarget.HOME) { in onGestureAnimationEnd()
282 endTarget = mCurrentGestureEndTarget; in onGestureAnimationEnd()
558 protected GestureState.GestureEndTarget mCurrentGestureEndTarget; field in RecentsView2733 mCurrentGestureEndTarget = endTarget; in onPrepareGestureEndAnimation()2787 setEnableDrawingLiveTile(mCurrentGestureEndTarget == GestureState.GestureEndTarget.RECENTS); in onGestureAnimationEnd()2793 mCurrentGestureEndTarget = null; in onGestureAnimationEnd()6076 return mOverviewGridEnabled || (mCurrentGestureEndTarget != null6077 && mSizeStrategy.stateFromGestureEndTarget(mCurrentGestureEndTarget)6083 && mCurrentGestureEndTarget != GestureState.GestureEndTarget.RECENTS;