Searched refs:mIsInOutsideRegion (Results 1 – 1 of 1) sorted by relevance
57 private boolean mIsInOutsideRegion; field in OneHandedTouchHandler84 mIsInOutsideRegion = isWithinTouchOutsideRegion(ev.getX(), ev.getY()); in onMotionEvent()88 if (!mIsInOutsideRegion) { in onMotionEvent()96 if (mIsInOutsideRegion && !mIsOnStopTransitioning) { in onMotionEvent()101 mIsInOutsideRegion = false; in onMotionEvent()