Home
last modified time | relevance | path

Searched refs:onConfigChanged (Results 1 – 25 of 65) sorted by relevance

123

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/policy/
H A DRemoteInputQuickSettingsDisablerTest.kt61 remoteInputQuickSettingsDisabler.onConfigChanged(configuration)
90 remoteInputQuickSettingsDisabler.onConfigChanged(configuration)
103 remoteInputQuickSettingsDisabler.onConfigChanged(configuration)
125 remoteInputQuickSettingsDisabler.onConfigChanged(configuration)
H A DExtensionControllerImplTest.java132 captor.getValue().onConfigChanged(c); in testUiMode()
137 captor.getValue().onConfigChanged(c); in testUiMode()
178 captor.getValue().onConfigChanged(c); in testSortOrder()
H A DZenModeControllerImplTest.java91 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 DConfigurationRepositoryImplTest.kt110 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 DConfigurationRepository.kt72 override fun onConfigChanged(newConfig: Configuration) {
88 override fun onConfigChanged(newConfig: Configuration) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/shade/
H A DNotificationShadeWindowControllerImplTest.java302 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 DKeyguardMessageAreaController.java88 public void onConfigChanged(Configuration newConfig) {
89 mView.onConfigChanged();
H A DKeyguardMessageArea.java68 void onConfigChanged() { in onConfigChanged() method in KeyguardMessageArea
H A DKeyguardClockSwitch.java141 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 DConfigurationController.java37 default void onConfigChanged(Configuration newConfig) {} in onConfigChanged() method
H A DZenModeController.java50 default void onConfigChanged(ZenModeConfig config) {} in onConfigChanged() method
H A DRemoteInputQuickSettingsDisabler.kt68 override fun onConfigChanged(newConfig: Configuration) {
/aosp14/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/statusbar/policy/
H A DFakeConfigurationController.kt19 listeners.forEach { it.onConfigChanged(newConfiguration) }
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/transition/
H A DLargeScreenShadeInterpolatorImpl.kt42 override fun onConfigChanged(newConfig: Configuration?) {
H A DShadeTransitionController.kt62 override fun onConfigChanged(newConfig: Configuration?) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DAbstractLockscreenShadeTransitionController.kt38 override fun onConfigChanged(newConfig: Configuration?) {
H A DSingleShadeLockScreenOverScroller.kt30 override fun onConfigChanged(newConfig: Configuration?) {
H A DSplitShadeLockScreenOverScroller.kt50 override fun onConfigChanged(newConfig: Configuration?) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/display/data/repository/
H A DDisplayMetricsRepository.kt53 override fun onConfigChanged(newConfig: Configuration?) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
H A DQSContainerImplController.java43 public void onConfigChanged(Configuration newConfig) {
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/navigationbar/
H A DNavigationBarControllerTest.java294 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 DTaskPreviewSizeProvider.kt56 override fun onConfigChanged(newConfig: Configuration) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/fragments/
H A DFragmentService.java57 public void onConfigChanged(Configuration newConfig) {
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DStatusOverlayHoverListener.kt122 override fun onConfigChanged(newConfig: Configuration?) {
H A DConfigurationControllerImpl.kt70 it.onConfigChanged(newConfig)

123