Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java167 private MotionEvent mTouchDown;
185 if (mTouchDown != null) {
186 mTouchDown.recycle();
187 mTouchDown = null;
189 mTouchDown = MotionEvent.obtain(ev);
190 } else if (mTouchDown != null) {
193 mTouchDown.recycle();
194 mTouchDown = null;