Home
last modified time | relevance | path

Searched refs:flingThreshold (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/inputconsumers/
DDeviceLockedInputConsumer.java187 float flingThreshold = mContext.getResources() in finishTouchTracking() local
191 if (Math.abs(velocityY) > flingThreshold) { in finishTouchTracking()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DBaseSwipeUpHandlerV2.java675 float flingThreshold = mContext.getResources() in onGestureEnded() local
677 boolean isFling = mGestureStarted && Math.abs(endVelocity) > flingThreshold; in onGestureEnded()