/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/ |
H A D | RemoteInputQuickSettingsDisablerTest.kt | 61 remoteInputQuickSettingsDisabler.onConfigChanged(configuration) 90 remoteInputQuickSettingsDisabler.onConfigChanged(configuration) 103 remoteInputQuickSettingsDisabler.onConfigChanged(configuration) 125 remoteInputQuickSettingsDisabler.onConfigChanged(configuration)
|
H A D | ExtensionControllerImplTest.java | 132 captor.getValue().onConfigChanged(c); in testUiMode() 137 captor.getValue().onConfigChanged(c); in testUiMode() 178 captor.getValue().onConfigChanged(c); in testSortOrder()
|
H A D | ZenModeControllerImplTest.java | 91 public void onConfigChanged(ZenModeConfig config) { in testRemoveDuringCallback() 99 verify(mockCallback).onConfigChanged(eq(null)); in testRemoveDuringCallback()
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/data/repository/ |
H A D | ConfigurationRepositoryImplTest.kt | 110 configurationCallback.onConfigChanged(mock(Configuration::class.java)) 126 configurationCallback.onConfigChanged(mock(Configuration::class.java)) 130 configurationCallback.onConfigChanged(mock(Configuration::class.java)) 144 configurationCallback.onConfigChanged(mock(Configuration::class.java))
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/ |
H A D | ConfigurationRepository.kt | 72 override fun onConfigChanged(newConfig: Configuration) { 88 override fun onConfigChanged(newConfig: Configuration) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/ |
H A D | NotificationShadeWindowControllerImplTest.java | 302 mNotificationShadeWindowController.onConfigChanged(new Configuration()); in rotationBecameAllowed_layoutParamsUpdated() 306 mNotificationShadeWindowController.onConfigChanged(new Configuration()); in rotationBecameAllowed_layoutParamsUpdated() 317 mNotificationShadeWindowController.onConfigChanged(new Configuration()); in rotationBecameNotAllowed_layoutParamsUpdated() 321 mNotificationShadeWindowController.onConfigChanged(new Configuration()); in rotationBecameNotAllowed_layoutParamsUpdated() 349 mNotificationShadeWindowController.onConfigChanged(new Configuration()); in bouncerShowing_OrientationNoSensor()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardMessageAreaController.java | 88 public void onConfigChanged(Configuration newConfig) { 89 mView.onConfigChanged();
|
H A D | KeyguardMessageArea.java | 68 void onConfigChanged() { in onConfigChanged() method in KeyguardMessageArea
|
H A D | KeyguardClockSwitch.java | 141 public void onConfigChanged() { in onConfigChanged() method in KeyguardClockSwitch 191 onConfigChanged(); in onFinishInflate()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
H A D | ConfigurationController.java | 37 default void onConfigChanged(Configuration newConfig) {} in onConfigChanged() method
|
H A D | ZenModeController.java | 50 default void onConfigChanged(ZenModeConfig config) {} in onConfigChanged() method
|
H A D | RemoteInputQuickSettingsDisabler.kt | 68 override fun onConfigChanged(newConfig: Configuration) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/ |
H A D | FakeConfigurationController.kt | 19 listeners.forEach { it.onConfigChanged(newConfiguration) }
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/ |
H A D | LargeScreenShadeInterpolatorImpl.kt | 42 override fun onConfigChanged(newConfig: Configuration?) {
|
H A D | ShadeTransitionController.kt | 62 override fun onConfigChanged(newConfig: Configuration?) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
H A D | AbstractLockscreenShadeTransitionController.kt | 38 override fun onConfigChanged(newConfig: Configuration?) {
|
H A D | SingleShadeLockScreenOverScroller.kt | 30 override fun onConfigChanged(newConfig: Configuration?) {
|
H A D | SplitShadeLockScreenOverScroller.kt | 50 override fun onConfigChanged(newConfig: Configuration?) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/ |
H A D | DisplayMetricsRepository.kt | 53 override fun onConfigChanged(newConfig: Configuration?) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSContainerImplController.java | 43 public void onConfigChanged(Configuration newConfig) {
|
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/ |
H A D | NavigationBarControllerTest.java | 294 mNavigationBarController.onConfigChanged(configuration); in testConfigurationChange_taskbarNotInitialized() 303 mNavigationBarController.onConfigChanged(configuration); in testConfigurationChange_taskbarInitialized()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/mediaprojection/appselector/view/ |
H A D | TaskPreviewSizeProvider.kt | 56 override fun onConfigChanged(newConfig: Configuration) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/ |
H A D | FragmentService.java | 57 public void onConfigChanged(Configuration newConfig) {
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | StatusOverlayHoverListener.kt | 122 override fun onConfigChanged(newConfig: Configuration?) {
|
H A D | ConfigurationControllerImpl.kt | 70 it.onConfigChanged(newConfig)
|