Searched refs:mInterceptingTouches (Results 1 – 1 of 1) sorted by relevance
47 private boolean mInterceptingTouches; field in BubblesNavBarMotionEventHandler80 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()