Home
last modified time | relevance | path

Searched refs:onSystemBarAttributesChanged (Results 1 – 6 of 6) sorted by relevance

/packages/apps/Car/Launcher/app/src/com/android/car/carlauncher/recents/
DCarQuickStepService.java159 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in CarQuickStepService.CarOverviewProxyBinder
/packages/apps/Car/SystemUI/src/com/android/systemui/car/decor/
DCarPrivacyChipViewController.java144 public void onSystemBarAttributesChanged( in onSystemBarAttributesChanged() method in CarPrivacyChipViewController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java541 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in TaskbarManager
545 mTaskbarActivityContext.onSystemBarAttributesChanged(displayId, behavior); in onSystemBarAttributesChanged()
DTaskbarActivityContext.java374 onSystemBarAttributesChanged(sharedState.systemBarAttrsDisplayId, in init()
871 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in TaskbarActivityContext
/packages/apps/Car/SystemUI/src/com/android/systemui/car/systembar/
DCarSystemBar.java268 onSystemBarAttributesChanged(mDisplayId, result.mAppearance, result.mAppearanceRegions, in start()
596 public void onSystemBarAttributesChanged( in onSystemBarAttributesChanged() method in CarSystemBar
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DTouchInteractionService.java356 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in TouchInteractionService.TISBinder
358 taskbarManager.onSystemBarAttributesChanged(displayId, behavior)); in onSystemBarAttributesChanged()