Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerInternal.java173 void onRecentsAnimationStateChanged(boolean running); in onRecentsAnimationStateChanged() method
H A DStatusBarManagerService.java688 public void onRecentsAnimationStateChanged(boolean running) {
692 bar.onRecentsAnimationStateChanged(running);
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/
H A DIStatusBar.aidl204 void onRecentsAnimationStateChanged(boolean running); in onRecentsAnimationStateChanged() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DCommandQueueTest.java429 mCommandQueue.onRecentsAnimationStateChanged(true); in testOnRecentsAnimationStateChanged()
431 verify(mCallbacks).onRecentsAnimationStateChanged(eq(true)); in testOnRecentsAnimationStateChanged()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DCommandQueue.java365 default void onRecentsAnimationStateChanged(boolean running) { } in onRecentsAnimationStateChanged() method
1090 public void onRecentsAnimationStateChanged(boolean running) { in onRecentsAnimationStateChanged() method in CommandQueue
1670 mCallbacks.get(i).onRecentsAnimationStateChanged(msg.arg1 > 0); in handleMessage()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java476 public void onRecentsAnimationStateChanged(boolean running) { in onRecentsAnimationStateChanged() method in TaskbarDelegate
H A DNavigationBar.java1121 public void onRecentsAnimationStateChanged(boolean running) { in onRecentsAnimationStateChanged() method in NavigationBar
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DRecentsAnimationController.java449 mStatusBar.onRecentsAnimationStateChanged(true /* running */); in initialize()
978 mStatusBar.onRecentsAnimationStateChanged(false /* running */);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DCentralSurfacesCommandQueueCallbacks.java458 public void onRecentsAnimationStateChanged(boolean running) { in onRecentsAnimationStateChanged() method in CentralSurfacesCommandQueueCallbacks