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.java172 private void endMotion(MotionEvent event, boolean forceSnapBack) { in endMotion() argument
174 flingWithCurrentVelocity(forceSnapBack); in endMotion()
283 private void flingWithCurrentVelocity(boolean forceSnapBack) { in flingWithCurrentVelocity() argument
293 fling(vel, snapBack || forceSnapBack); in flingWithCurrentVelocity()