/aosp12/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationBoundResourceCacheTest.java | 87 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations)); in testVoidConfigChange() 109 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations)); in testEffectiveConfigChange() 134 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations)); in testConfigChangeMultipleResources() 136 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations)); in testConfigChangeMultipleResources() 174 new DummyFloatConstantState(staticDim, staticValues[i].changingConfigurations)); in testConfigChangeMultipleThemes() 177 changingValues[i].changingConfigurations)); in testConfigChangeMultipleThemes()
|
/aosp12/frameworks/base/core/java/android/content/res/ |
H A D | ComplexColor.java | 62 final void setBaseChangingConfigurations(int changingConfigurations) { in setBaseChangingConfigurations() argument 63 mChangingConfigurations = changingConfigurations; in setBaseChangingConfigurations()
|
H A D | AssetManager.java | 550 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceValue() 551 outValue.changingConfigurations); in getResourceValue() 599 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceBagText() 600 outValue.changingConfigurations); in getResourceBagText() 733 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getThemeValue() 734 outValue.changingConfigurations); in getThemeValue()
|
H A D | ColorStateList.java | 346 @Config int changingConfigurations = 0; in inflate() local 370 changingConfigurations |= a.getChangingConfigurations(); in inflate() 415 mChangingConfigurations = changingConfigurations; in inflate()
|
H A D | ResourcesImpl.java | 647 cachedDrawable.setChangingConfigurations(value.changingConfigurations); in loadDrawable() 691 dr.setChangingConfigurations(value.changingConfigurations); in loadDrawable() 757 private boolean verifyPreloadConfig(@Config int changingConfigurations, in verifyPreloadConfig() argument 763 if (((changingConfigurations&~(ActivityInfo.CONFIG_FONT_SCALE | in verifyPreloadConfig() 984 complexColor.setBaseChangingConfigurations(value.changingConfigurations); in loadComplexColorFromName() 1081 if (verifyPreloadConfig(value.changingConfigurations, 0, value.resourceId, in getColorStateListFromInt()
|
H A D | TypedArray.java | 1371 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getValueAt()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | RoundedCornerProgressDrawable.kt | 87 return wrappedState.changingConfigurations
|
/aosp12/frameworks/base/core/java/android/util/ |
H A D | TypedValue.java | 230 public @Config int changingConfigurations = -1; field in TypedValue
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/main/impl/ |
H A D | OldMainActivityPeer.java | 1082 public void onActivityStop(boolean changingConfigurations, boolean keyguardLocked) { in onActivityStop() argument 1088 && !changingConfigurations in onActivityStop()
|
/aosp12/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 1075 return sTmpTypedValue.changingConfigurations; in getChangingConfigs()
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 3044 if (forceUpdate || (configChanges & mOwnerNameTypedValue.changingConfigurations) != 0) { in invalidateOwnerNameIfNecessary()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 46752 field public int changingConfigurations;
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 31954 field public int changingConfigurations;
|