/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationBoundResourceCacheTest.java | 95 mCache.onConfigurationChange(changes); in testVoidConfigChange() 118 mCache.onConfigurationChange(changes); in testEffectiveConfigChange() 148 mCache.onConfigurationChange(changes); in testConfigChangeMultipleResources() 193 mCache.onConfigurationChange(changes); in testConfigChangeMultipleThemes()
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/provisioning/ |
H A D | ProvisioningController.java | 40 void onConfigurationChange(ProvisioningStateChangeCallback cb); in onConfigurationChange() method
|
H A D | ProvisioningControllerImpl.java | 31 public void onConfigurationChange(ProvisioningStateChangeCallback cb) { in onConfigurationChange() method in ProvisioningControllerImpl
|
H A D | StaticConfigProvisioningController.java | 97 public void onConfigurationChange(ProvisioningStateChangeCallback cb) { in onConfigurationChange() method in StaticConfigProvisioningController
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/javatests/com/android/libraries/rcs/simpleclient/provisioning/ |
H A D | StaticConfigProvisioningControllerTest.java | 46 client.onConfigurationChange(cb); in setUp()
|
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/ |
H A D | QSPanelControllerBaseTest.java | 268 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayout() 276 mController.mOnConfigurationChangedListener.onConfigurationChange(mConfiguration); in testChangeConfiguration_shouldUseHorizontalLayout()
|
H A D | QuickQSPanelControllerTest.kt | 132 captor.allValues.forEach { it.onConfigurationChange(Configuration.EMPTY) }
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | ResourcesImpl.java | 470 mDrawableCache.onConfigurationChange(configChanges); in updateConfiguration() 471 mColorDrawableCache.onConfigurationChange(configChanges); in updateConfiguration() 472 mComplexColorCache.onConfigurationChange(configChanges); in updateConfiguration() 473 mAnimatorCache.onConfigurationChange(configChanges); in updateConfiguration() 474 mStateListAnimatorCache.onConfigurationChange(configChanges); in updateConfiguration()
|
H A D | ThemedResourceCache.java | 122 public void onConfigurationChange(@Config int configChanges) { in onConfigurationChange() method in ThemedResourceCache
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/ |
H A D | SimpleRcsClient.java | 91 provisioningController.onConfigurationChange(configXml -> { in provision()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ |
H A D | QSPanel.java | 370 listener -> listener.onConfigurationChange(newConfig)); in onConfigurationChanged() 825 void onConfigurationChange(Configuration newConfig); in onConfigurationChange() method
|
H A D | QSPanelController.java | 75 public void onConfigurationChange(Configuration newConfig) {
|
H A D | QSPanelControllerBase.java | 87 public void onConfigurationChange(Configuration newConfig) {
|
/aosp12/frameworks/base/core/java/com/android/internal/policy/ |
H A D | BackdropFrameRenderer.java | 169 public void onConfigurationChange() { in onConfigurationChange() method in BackdropFrameRenderer
|
H A D | DecorView.java | 1824 mBackdropFrameRenderer.onConfigurationChange(); in onAttachedToWindow()
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/app/ |
H A D | AbstractGalleryActivity.java | 98 mStateManager.onConfigurationChange(config); in onConfigurationChanged()
|
H A D | StateManager.java | 114 public void onConfigurationChange(Configuration config) { in onConfigurationChange() method in StateManager
|
/aosp12/frameworks/base/packages/SystemUI/ |
H A D | README.md | 47 receive onConfigurationChange callbacks when the configuration changes.
|
/aosp12/frameworks/base/config/ |
H A D | boot-profile.txt | 785 Landroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V 975 Landroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V
|
H A D | boot-image-profile.txt | 5441 HSPLandroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V 5646 HSPLandroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V
|
/aosp12/frameworks/base/boot/ |
H A D | boot-image-profile.txt | 5443 HSPLandroid/content/res/ConfigurationBoundResourceCache;->onConfigurationChange(I)V 5648 HSPLandroid/content/res/ThemedResourceCache;->onConfigurationChange(I)V
|