Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubblesNavBarMotionEventHandler.java47 private boolean mInterceptingTouches; field in BubblesNavBarMotionEventHandler
80 if (!mInterceptingTouches && Math.hypot(dx, dy) > mTouchSlop) { in onMotionEvent()
81 mInterceptingTouches = true; in onMotionEvent()
84 if (mInterceptingTouches) { in onMotionEvent()
100 if (mInterceptingTouches) { in onMotionEvent()
133 mInterceptingTouches = false; in finishTracking()