Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
H A DOverviewProxyService.java881 private void onTaskbarAutohideSuspend(boolean suspend) { in onTaskbarAutohideSuspend() method in OverviewProxyService
1062 default void onTaskbarAutohideSuspend(boolean suspend) {} in onTaskbarAutohideSuspend() method
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
H A DTaskbarDelegate.java427 public void onTaskbarAutohideSuspend(boolean suspend) { in onTaskbarAutohideSuspend() method in TaskbarDelegate