Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DHeadsUpTouchHelper.java123 endMotion(); in onInterceptTouchEvent()
134 endMotion(); in onInterceptTouchEvent()
138 endMotion(); in onInterceptTouchEvent()
165 endMotion(); in onTouchEvent()
172 private void endMotion() { in endMotion() method in HeadsUpTouchHelper
DKeyguardAffordanceHelper.java149 endMotion(true /* forceSnapBack */, x, y); in onTouchEvent()
176 endMotion(!isUp, x, y); in onTouchEvent()
212 private void endMotion(boolean forceSnapBack, float lastX, float lastY) { in endMotion() method in KeyguardAffordanceHelper