Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardAffordanceHelper.java216 private void endMotion(boolean forceSnapBack, float lastX, float lastY) { in endMotion() argument
218 flingWithCurrentVelocity(forceSnapBack, lastX, lastY); in endMotion()
317 private void flingWithCurrentVelocity(boolean forceSnapBack, float lastX, float lastY) { in flingWithCurrentVelocity() argument
327 fling(vel, snapBack || forceSnapBack); in flingWithCurrentVelocity()