Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java818 private int getBackGesturePredictionsCategory(int x, int y, int app) { in getBackGesturePredictionsCategory() method in EdgeBackGestureHandler
917 && (results = getBackGesturePredictionsCategory(x, y, app)) != -1) { in isWithinTouchRegion()