/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
D | QSPanelControllerBaseSceneContainerTest.kt | 136 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated() 143 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_horizontalInSceneUpdated() 162 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_shouldUseHorizontalInSceneInLongDevices() 171 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_shouldUseHorizontalInSceneInLongDevices() 192 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_horizontalInScene_onlyInLandscape() 201 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_horizontalInScene_onlyInLandscape() 218 underTest.mOnConfigurationChangedListener.onConfigurationChange(configuration) in changeMediaVisible_changesHorizontalInScene()
|
D | QSPanelControllerTest.kt | 149 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_tileAreRedistributed() 153 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_tileAreRedistributed() 160 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed() 164 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed() 168 controller.mOnConfigurationChangedListener.onConfigurationChange(configuration) in configurationChange_onlySplitShadeConfigChanges_qsPanelCanBeCollapsed()
|
D | QSPanelControllerBaseTest.java | 358 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true() 366 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLandscape_true() 382 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true() 390 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayoutInLongDevices_true() 419 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated() 425 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in configurationChange_onlySplitShadeConfigChanges_horizontalLayoutStatusUpdated()
|
D | QuickQSPanelControllerTest.kt | 143 captor.allValues.forEach { it.onConfigurationChange(Configuration.EMPTY) } in mediaExpansion_afterConfigChange_inLandscape_collapsedInLandscapeTrue_updatesToCollapsed() 155 captor.allValues.forEach { it.onConfigurationChange(Configuration.EMPTY) } in mediaExpansion_afterConfigChange_landscape_collapsedInLandscapeFalse_remainsExpanded()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/common/ui/data/repository/ |
D | FakeConfigurationRepository.kt | 42 override val onConfigurationChange: Flow<Unit> = _onConfigurationChange.asSharedFlow() constant in com.android.systemui.common.ui.data.repository.FakeConfigurationRepository 58 fun onConfigurationChange() { in onConfigurationChange() method 62 fun onConfigurationChange(configChange: Configuration) { in onConfigurationChange() method in com.android.systemui.common.ui.data.repository.FakeConfigurationRepository
|
/frameworks/base/packages/SystemUI/unfold/src/com/android/systemui/unfold/compat/ |
D | ScreenSizeFoldProvider.kt | 34 onConfigurationChange(context.resources.configuration) 46 fun onConfigurationChange(newConfig: Configuration) { in onConfigurationChange() method
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/ |
D | KeyguardBlueprintInteractorTest.kt | 88 configurationRepository.onConfigurationChange() in testAppliesDefaultBlueprint() 102 configurationRepository.onConfigurationChange() in testAppliesSplitShadeBlueprint() 117 configurationRepository.onConfigurationChange() in testDoesNotApplySplitShadeBlueprint() 146 configurationRepository.onConfigurationChange() in testRefreshFromConfigChange()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/common/ui/data/repository/ |
D | ConfigurationRepository.kt | 49 val onConfigurationChange: Flow<Unit> constant 95 override val onConfigurationChange: Flow<Unit> = in getResolutionScale() constant in com.android.systemui.common.ui.data.repository.ConfigurationRepositoryImpl 122 onConfigurationChange in getResolutionScale()
|
/frameworks/base/core/tests/coretests/src/android/content/res/ |
D | ConfigurationBoundResourceCacheTest.java | 102 mCache.onConfigurationChange(changes); in testVoidConfigChange() 127 mCache.onConfigurationChange(changes); in testEffectiveConfigChange() 159 mCache.onConfigurationChange(changes); in testConfigChangeMultipleResources() 206 mCache.onConfigurationChange(changes); in testConfigChangeMultipleThemes()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/adapter/ |
D | QSSceneAdapterImplTest.kt | 102 FakeConfigurationRepository().apply { onConfigurationChange(configuration) } in <lambda>() 445 fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>() 462 fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>() 479 fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>() 497 fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/data/repository/ |
D | EmergencyServicesRepository.kt | 46 configurationRepository.onConfigurationChange
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/data/repository/ |
D | EmergencyServicesRepositoryImplTest.kt | 78 kosmos.fakeConfigurationRepository.onConfigurationChange() in setEmergencyCallWhileSimLocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
D | DisplayStateInteractor.kt | 126 screenSizeFoldProvider.onConfigurationChange(newConfig) in onConfigurationChanged()
|
/frameworks/base/core/java/android/content/res/ |
D | ThemedResourceCache.java | 139 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() method in ThemedResourceCache
|
D | ResourcesImpl.java | 567 mDrawableCache.onConfigurationChange(configChanges); in updateConfigurationImpl() 568 mColorDrawableCache.onConfigurationChange(configChanges); in updateConfigurationImpl() 569 mComplexColorCache.onConfigurationChange(configChanges); in updateConfigurationImpl() 570 mAnimatorCache.onConfigurationChange(configChanges); in updateConfigurationImpl() 571 mStateListAnimatorCache.onConfigurationChange(configChanges); in updateConfigurationImpl()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/unfold/domain/interactor/ |
D | UnfoldTransitionInteractorTest.kt | 171 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/domain/interactor/ |
D | ConfigurationInteractorTest.kt | 200 configurationRepository.onConfigurationChange(configuration) in updateDisplay()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenContentViewModelTest.kt | 207 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/ |
D | BouncerActionButtonInteractorTest.kt | 211 kosmos.fakeConfigurationRepository.onConfigurationChange() in noCall_simSecureButEmergencyNotSupported_noButton()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
D | QSPanel.java | 429 listener -> listener.onConfigurationChange(newConfig)); in onConfigurationChanged() 810 void onConfigurationChange(Configuration newConfig); in onConfigurationChange() method
|
D | QSPanelControllerBase.java | 114 public void onConfigurationChange(Configuration newConfig) {
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneViewModelTest.kt | 340 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/ |
D | TouchMonitorTest.java | 226 mKosmos.getConfigurationRepository().onConfigurationChange(configuration); in testConfigurationListenerUpdatesBounds()
|
/frameworks/base/config/ |
D | boot-profile.txt | 785 Landroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V 975 Landroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V
|
/frameworks/base/boot/ |
D | boot-image-profile.txt | 5044 HSPLandroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V 5278 HSPLandroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V
|