Searched refs:isWithinInsets (Results 1 – 1 of 1) sorted by relevance
864 private boolean isWithinInsets(int x, int y) { in isWithinInsets() method in EdgeBackGestureHandler1019 boolean isWithinInsets = isWithinInsets((int) ev.getX(), (int) ev.getY()); in onMotionEvent()1033 mAllowGesture = isBackAllowedCommon && !mUsingThreeButtonNav && isWithinInsets in onMotionEvent()1052 (isWithinInsets ? mGestureLogInsideInsets : mGestureLogOutsideInsets).log(String.format( in onMotionEvent()