Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarAutohideSuspendController.java74 mSystemUiProxy.notifyTaskbarAutohideSuspend(false); in onDestroy()
93 mSystemUiProxy.notifyTaskbarAutohideSuspend(isSuspended); in updateFlag()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DSystemUiProxy.java538 public void notifyTaskbarAutohideSuspend(boolean suspend) { in notifyTaskbarAutohideSuspend() method in SystemUiProxy
541 mSystemUiProxy.notifyTaskbarAutohideSuspend(suspend); in notifyTaskbarAutohideSuspend()