Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java45 private final PointF mTouchDown = new PointF(); field in BubblesNavBarMotionEventHandler
66 float dx = motionEvent.getX() - mTouchDown.x; in onMotionEvent()
67 float dy = motionEvent.getY() - mTouchDown.y; in onMotionEvent()
72 mTouchDown.set(motionEvent.getX(), motionEvent.getY()); in onMotionEvent()
131 mTouchDown.set(0, 0); in finishTracking()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java177 private MotionEvent mTouchDown;
196 if (mTouchDown != null) {
197 mTouchDown.recycle();
198 mTouchDown = null;
200 mTouchDown = MotionEvent.obtain(ev);
201 } else if (mTouchDown != null) {
204 mTouchDown.recycle();
205 mTouchDown = null;