Home
last modified time | relevance | path

Searched refs:onTaskbarAutohideSuspend (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java272 onTaskbarAutohideSuspend(suspend));
852 private void onTaskbarAutohideSuspend(boolean suspend) { in onTaskbarAutohideSuspend() method in OverviewProxyService
854 mConnectionCallbacks.get(i).onTaskbarAutohideSuspend(suspend); in onTaskbarAutohideSuspend()
1052 default void onTaskbarAutohideSuspend(boolean suspend) {} in onTaskbarAutohideSuspend() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java375 public void onTaskbarAutohideSuspend(boolean suspend) {