Searched refs:isWithinInsets (Results 1 – 1 of 1) sorted by relevance
633 private boolean isWithinInsets(int x, int y) { in isWithinInsets() method in EdgeBackGestureHandler754 boolean isWithinInsets = isWithinInsets((int) ev.getX(), (int) ev.getY()); in onMotionEvent()755 mAllowGesture = !mDisabledForQuickstep && mIsBackGestureAllowed && isWithinInsets in onMotionEvent()770 (isWithinInsets ? mGestureLogInsideInsets : mGestureLogOutsideInsets).log(String.format( in onMotionEvent()