Searched refs:mAllowGesture (Results 1 – 1 of 1) sorted by relevance
61 private boolean mAllowGesture = false; field in EdgeBackGestureHandler171 mAllowGesture = false; in cancelGesture()183 mAllowGesture = isWithinTouchRegion((int) ev.getX(), (int) ev.getY()); in onMotionEvent()185 if (mAllowGesture) { in onMotionEvent()190 } else if (mAllowGesture) { in onMotionEvent()220 if (dx > dy && dx > mTouchSlop && !mAllowGesture && mGestureCallback != null) { in onMotionEvent()