/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/ |
D | ConfigurationState.kt | 29 import com.android.systemui.statusbar.policy.onThemeChanged 74 return configurationController.onThemeChanged.emitOnStart().map { in getColorAttr() 94 configurationController.onThemeChanged, in inflateLayout()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | ConfigurationControllerExt.kt | 43 val ConfigurationController.onThemeChanged: Flow<Unit> constant 47 override fun onThemeChanged() { in <lambda>() method
|
D | ConfigurationController.java | 45 default void onThemeChanged() {} in onThemeChanged() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ViewConfigCoordinatorTest.kt | 96 configurationListener.onThemeChanged() in themeChangePropagatesToEntry() 118 configurationListener.onThemeChanged() in switchingUserDefersChangesWithUserChangedEventAfter() 149 configurationListener.onThemeChanged() in switchingUserDefersChangesWithUserChangedEventDuring() 185 configurationListener.onThemeChanged() in switchingUserDefersChangesWithUserChangedEventBefore()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/ |
D | ConfigurationControllerImplTest.kt | 56 verify(listener).onThemeChanged() in testThemeChange() 69 }.`when`(listener).onThemeChanged() in testRemoveListenerDuringCallback() 72 verify(listener).onThemeChanged() in testRemoveListenerDuringCallback() 73 verify(listener2, never()).onThemeChanged() in testRemoveListenerDuringCallback() 362 override fun onThemeChanged() { in onThemeChanged() method in com.android.systemui.statusbar.phone.ConfigurationControllerImplTest.TestListener
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardMessageAreaController.java | 108 public void onThemeChanged() { 109 mView.onThemeChanged(); 133 mView.onThemeChanged(); in onViewAttached()
|
D | KeyguardMessageArea.java | 59 onThemeChanged(); in KeyguardMessageArea() 83 protected void onThemeChanged() { in onThemeChanged() method in KeyguardMessageArea
|
D | BouncerKeyguardMessageArea.kt | 73 override fun onThemeChanged() { in <lambda>() method 75 super.onThemeChanged() in <lambda>()
|
D | KeyguardSliceViewController.java | 89 public void onThemeChanged() {
|
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/sysui/ |
D | ConfigurationChangeListener.java | 45 default void onThemeChanged() {} in onThemeChanged() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | NotificationIconAreaController.kt | 43 fun onThemeChanged() method
|
D | ConfigurationControllerImpl.kt | 68 it.onThemeChanged() in notifyThemeChanged() 141 it.onThemeChanged() in onConfigurationChanged()
|
D | KeyguardStatusBarViewController.java | 150 public void onThemeChanged() { 152 KeyguardStatusBarViewController.this.onThemeChanged(); 419 onThemeChanged(); in onViewAttached() 439 public void onThemeChanged() { in onThemeChanged() method in KeyguardStatusBarViewController 440 mView.onThemeChanged(mTintedIconManager); in onThemeChanged()
|
D | TapAgainViewController.java | 51 public void onThemeChanged() {
|
D | StatusBarTouchableRegionManager.java | 107 public void onThemeChanged() { in StatusBarTouchableRegionManager()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ |
D | ShadeSurfaceImpl.kt | 76 override fun onThemeChanged() { in onThemeChanged() method in com.android.systemui.shade.ShadeSurfaceImpl
|
D | ShadeSurface.kt | 92 fun onThemeChanged() method
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
D | FakeConfigurationController.kt | 29 listeners.forEach { it.onThemeChanged() } in notifyThemeChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/icon/ui/viewbinder/ |
D | NotificationIconAreaControllerViewBinderWrapperImpl.kt | 62 override fun onThemeChanged() = unsupported in setupAodIcons() method in com.android.systemui.statusbar.notification.icon.ui.viewbinder.NotificationIconAreaControllerViewBinderWrapperImpl
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/coordinator/ |
D | ViewConfigCoordinator.kt | 116 override fun onThemeChanged() { in <lambda>() method in com.android.systemui.statusbar.notification.collection.coordinator.ViewConfigCoordinator
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/ |
D | ConfigurationRepository.kt | 79 override fun onThemeChanged() { in getResolutionScale() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/data/repository/ |
D | ConfigurationRepositoryImplTest.kt | 95 configurationCallback.onThemeChanged() in onAnyConfigurationChange_updatesOnThemeChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/ |
D | NavigationModeController.java | 123 public void onThemeChanged() { in NavigationModeController()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/charging/ |
D | WiredChargingRippleController.kt | 120 override fun onThemeChanged() { in registerCallbacks() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/charging/ |
D | WiredChargingRippleControllerTest.kt | 118 captor.value.onThemeChanged() in testUpdateRippleColor()
|