Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
H A DOneHandedEventCallback.java26 default void notifyExpandNotification() { in notifyExpandNotification() method
H A DOneHandedController.java490 void notifyExpandNotification() {
492 mMainExecutor.execute(() -> mEventCallback.notifyExpandNotification());
510 notifyExpandNotification();
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wmshell/
H A DWMShell.java288 public void notifyExpandNotification() { in initOneHanded()
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/onehanded/
H A DOneHandedControllerTest.java541 mSpiedOneHandedController.notifyExpandNotification(); in testNotifyExpandNotification_withNullCheckProtection()