Searched refs:notifyBackAction (Results 1 – 3 of 3) sorted by relevance
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/ |
H A D | EdgeBackGestureHandler.java | 273 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 D | OverviewProxyService.java | 243 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 D | KeyButtonView.java | 417 mOverviewProxyService.notifyBackAction((flags & KeyEvent.FLAG_CANCELED) == 0, in sendEvent()
|