Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
H A DISystemUiProxy.aidl141 oneway void notifySwipeUpGestureStarted() = 46; in notifySwipeUpGestureStarted() method
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DSystemUiProxy.java394 public void notifySwipeUpGestureStarted() { in notifySwipeUpGestureStarted() method in SystemUiProxy
397 mSystemUiProxy.notifySwipeUpGestureStarted(); in notifySwipeUpGestureStarted()
H A DAbsSwipeUpHandler.java894 SystemUiProxy.INSTANCE.get(mContext).notifySwipeUpGestureStarted();
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java375 public void notifySwipeUpGestureStarted() {