/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
H A D | LightsOutNotifControllerTest.java | 105 mCallbacks.onSystemBarAttributesChanged( in testAreLightsOut_lightsOut() 119 mCallbacks.onSystemBarAttributesChanged( in testAreLightsOut_lightsOn() 151 mCallbacks.onSystemBarAttributesChanged( in testLightsOut_withNotifs_onSystemBarAttributesChanged() 172 mCallbacks.onSystemBarAttributesChanged( in testLightsOut_withoutNotifs_onSystemBarAttributesChanged() 193 mCallbacks.onSystemBarAttributesChanged( in testLightsOn_afterLightsOut_onSystemBarAttributesChanged()
|
H A D | CentralSurfacesCommandQueueCallbacksTest.java | 207 mSbcqCallbacks.onSystemBarAttributesChanged( in onSystemBarAttributesChanged_forwardsToSysBarAttrsListener() 217 verify(mSystemBarAttributesListener).onSystemBarAttributesChanged( in onSystemBarAttributesChanged_forwardsToSysBarAttrsListener() 239 mSbcqCallbacks.onSystemBarAttributesChanged( in onSystemBarAttributesChanged_differentDisplayId_doesNotForwardToAttrsListener()
|
H A D | SystemBarAttributesListenerTest.kt | 191 sysBarAttrsListener.onSystemBarAttributesChanged(
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | SystemBarAttributesListener.kt | 61 onSystemBarAttributesChanged( 73 fun onSystemBarAttributesChanged( regex
|
H A D | LightsOutNotifController.java | 145 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance,
|
H A D | CentralSurfacesCommandQueueCallbacks.java | 464 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method in CentralSurfacesCommandQueueCallbacks 473 mSystemBarAttributesListener.onSystemBarAttributesChanged( in onSystemBarAttributesChanged()
|
H A D | CentralSurfacesImpl.java | 994 mCommandQueueCallbacks.onSystemBarAttributesChanged(mDisplayId, result.mAppearance, in start()
|
/aosp14/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/recents/ |
H A D | IOverviewProxy.aidl | 84 void onSystemBarAttributesChanged(int displayId, int behavior) = 20; in onSystemBarAttributesChanged() method
|
/aosp14/frameworks/base/services/core/java/com/android/server/statusbar/ |
H A D | StatusBarManagerInternal.java | 176 void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method
|
H A D | StatusBarManagerService.java | 699 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, 709 bar.onSystemBarAttributesChanged(displayId, appearance, appearanceRegions,
|
/aosp14/frameworks/base/core/java/com/android/internal/statusbar/ |
H A D | IStatusBar.aidl | 222 void onSystemBarAttributesChanged(int displayId, int appearance, in onSystemBarAttributesChanged() method
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/ |
H A D | CommandQueueTest.java | 148 mCommandQueue.onSystemBarAttributesChanged(displayId, appearance, appearanceRegions, in doTestOnSystemBarAttributesChanged() 152 verify(mCallbacks).onSystemBarAttributesChanged(eq(displayId), eq(appearance), in doTestOnSystemBarAttributesChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
H A D | TaskbarDelegate.java | 380 public void onSystemBarAttributesChanged(int displayId, int appearance, in onSystemBarAttributesChanged() method in TaskbarDelegate 384 mOverviewProxyService.onSystemBarAttributesChanged(displayId, behavior); in onSystemBarAttributesChanged()
|
H A D | NavigationBar.java | 1140 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method in NavigationBar
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/ |
H A D | OverviewProxyService.java | 1000 public void onSystemBarAttributesChanged(int displayId, int behavior) { in onSystemBarAttributesChanged() method in OverviewProxyService 1003 mOverviewProxy.onSystemBarAttributesChanged(displayId, behavior); in onSystemBarAttributesChanged()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | CommandQueue.java | 370 default void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method 1147 public void onSystemBarAttributesChanged(int displayId, @Appearance int appearance, in onSystemBarAttributesChanged() method in CommandQueue 1676 mCallbacks.get(i).onSystemBarAttributesChanged(args.argi1, args.argi2, in handleMessage()
|
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
H A D | SizeCompatTests.java | 3640 verify(statusBar, never()).onSystemBarAttributesChanged(anyInt(), anyInt(), 3668 verify(statusBar).onSystemBarAttributesChanged(anyInt(), anyInt(), 3703 verify(statusBarManager).onSystemBarAttributesChanged(anyInt(), anyInt(), 3844 verify(statusBar).onSystemBarAttributesChanged(anyInt(), anyInt(),
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | DisplayPolicy.java | 2318 callStatusBarSafely(statusBar -> statusBar.onSystemBarAttributesChanged(displayId,
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 9960 HSPLcom/android/server/statusbar/StatusBarManagerService$1;->onSystemBarAttributesChanged(II[Lcom/a…
|