Home
last modified time | relevance | path

Searched refs:onConfigurationChange (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/
DQSPanelControllerBaseSceneContainerTest.kt136 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()
DQSPanelControllerTest.kt149 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()
DQSPanelControllerBaseTest.java358 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()
DQuickQSPanelControllerTest.kt143 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/
DFakeConfigurationRepository.kt42 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/
DScreenSizeFoldProvider.kt34 onConfigurationChange(context.resources.configuration)
46 fun onConfigurationChange(newConfig: Configuration) { in onConfigurationChange() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/keyguard/domain/interactor/
DKeyguardBlueprintInteractorTest.kt88 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/
DConfigurationRepository.kt49 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/
DConfigurationBoundResourceCacheTest.java102 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/
DQSSceneAdapterImplTest.kt102 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/
DEmergencyServicesRepository.kt46 configurationRepository.onConfigurationChange
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/data/repository/
DEmergencyServicesRepositoryImplTest.kt78 kosmos.fakeConfigurationRepository.onConfigurationChange() in setEmergencyCallWhileSimLocked()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DDisplayStateInteractor.kt126 screenSizeFoldProvider.onConfigurationChange(newConfig) in onConfigurationChanged()
/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java139 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() method in ThemedResourceCache
DResourcesImpl.java567 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/
DUnfoldTransitionInteractorTest.kt171 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/common/ui/domain/interactor/
DConfigurationInteractorTest.kt200 configurationRepository.onConfigurationChange(configuration) in updateDisplay()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenContentViewModelTest.kt207 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/domain/interactor/
DBouncerActionButtonInteractorTest.kt211 kosmos.fakeConfigurationRepository.onConfigurationChange() in noCall_simSecureButEmergencyNotSupported_noButton()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DQSPanel.java429 listener -> listener.onConfigurationChange(newConfig)); in onConfigurationChanged()
810 void onConfigurationChange(Configuration newConfig); in onConfigurationChange() method
DQSPanelControllerBase.java114 public void onConfigurationChange(Configuration newConfig) {
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt340 kosmos.fakeConfigurationRepository.onConfigurationChange(configuration) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ambient/touch/
DTouchMonitorTest.java226 mKosmos.getConfigurationRepository().onConfigurationChange(configuration); in testConfigurationListenerUpdatesBounds()
/frameworks/base/config/
Dboot-profile.txt785 Landroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V
975 Landroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V
/frameworks/base/boot/
Dboot-image-profile.txt5044 HSPLandroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V
5278 HSPLandroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V

12