Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DEdgeBackGestureHandler.java273 mOverviewProxyService.notifyBackAction(true, (int) mDownPoint.x,
283 mOverviewProxyService.notifyBackAction(false, (int) mDownPoint.x,
694 mOverviewProxyService.notifyBackAction( in isWithinTouchRegion()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java243 notifyBackAction(true, -1, -1, true, false);
649 public void notifyBackAction(boolean completed, int downX, int downY, boolean isButton, in notifyBackAction() method in OverviewProxyService
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/buttons/
H A DKeyButtonView.java417 mOverviewProxyService.notifyBackAction((flags & KeyEvent.FLAG_CANCELED) == 0, in sendEvent()