Home
last modified time | relevance | path

Searched refs:isWithinInsets (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java848 private boolean isWithinInsets(int x, int y) { in isWithinInsets() method in EdgeBackGestureHandler
1013 boolean isWithinInsets = isWithinInsets((int) ev.getX(), (int) ev.getY()); in onMotionEvent()
1025 mAllowGesture = isBackAllowedCommon && !mUsingThreeButtonNav && isWithinInsets in onMotionEvent()
1044 (isWithinInsets ? mGestureLogInsideInsets : mGestureLogOutsideInsets).log(String.format( in onMotionEvent()