Home
last modified time | relevance | path

Searched defs:onSystemBarAttributesChanged (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/
DILauncherProxy.aidl84 void onSystemBarAttributesChanged(int displayId, int behavior) = 20; in onSystemBarAttributesChanged() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/data/repository/
DStatusBarModeRepositoryImplTest.kt540 private fun onSystemBarAttributesChanged( in onSystemBarAttributesChanged() method
/frameworks/base/services/core/java/com/android/server/statusbar/
DStatusBarManagerInternal.java190 void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/data/repository/
DStatusBarModePerDisplayRepository.kt160 override fun onSystemBarAttributesChanged( in onSystemBarAttributesChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/
DTaskbarDelegate.java542 public void onSystemBarAttributesChanged(int displayId, int appearance, in onSystemBarAttributesChanged() method in TaskbarDelegate
/frameworks/base/core/java/com/android/internal/statusbar/
DIStatusBar.aidl247 void onSystemBarAttributesChanged(int displayId, int appearance, in onSystemBarAttributesChanged() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/
DLauncherProxyService.java1226 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in LauncherProxyService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DCommandQueue.java445 default void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method
1296 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method in CommandQueue
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/views/
DNavigationBar.java1210 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method in NavigationBar