/aosp14/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 | ColorStateList.java | 346 @Config int changingConfigurations = 0; in inflate() local 370 changingConfigurations |= a.getChangingConfigurations(); in inflate() 415 mChangingConfigurations = changingConfigurations; in inflate()
|
H A D | AssetManager.java | 562 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceValue() 563 outValue.changingConfigurations); in getResourceValue() 611 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceBagText() 612 outValue.changingConfigurations); in getResourceBagText() 745 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getThemeValue() 746 outValue.changingConfigurations); in getThemeValue()
|
H A D | ResourcesImpl.java | 660 cachedDrawable.setChangingConfigurations(value.changingConfigurations); in loadDrawable() 704 dr.setChangingConfigurations(value.changingConfigurations); in loadDrawable() 771 private boolean verifyPreloadConfig(@Config int changingConfigurations, in verifyPreloadConfig() argument 777 if (((changingConfigurations&~(ActivityInfo.CONFIG_FONT_SCALE | in verifyPreloadConfig() 1024 complexColor.setBaseChangingConfigurations(value.changingConfigurations); 1121 if (verifyPreloadConfig(value.changingConfigurations, 0, value.resourceId,
|
H A D | TypedArray.java | 1382 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getValueAt()
|
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/ |
H A D | ConfigurationBoundResourceCacheTest.java | 93 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations), in testVoidConfigChange() 116 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations), in testEffectiveConfigChange() 143 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations), in testConfigChangeMultipleResources() 146 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations), in testConfigChangeMultipleResources() 185 new DummyFloatConstantState(staticDim, staticValues[i].changingConfigurations), in testConfigChangeMultipleThemes() 189 changingValues[i].changingConfigurations), in testConfigChangeMultipleThemes()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/util/ |
H A D | RoundedCornerProgressDrawable.kt | 87 return wrappedState.changingConfigurations
|
H A D | BrightnessProgressDrawable.kt | 99 return wrappedState.changingConfigurations
|
/aosp14/frameworks/base/core/java/android/view/autofill/ |
H A D | AutofillClientController.java | 177 public void onActivityStopped(Intent intent, boolean changingConfigurations) { in onActivityStopped() argument 180 getAutofillManager().onInvisibleForAutofill(!changingConfigurations); in onActivityStopped()
|
/aosp14/frameworks/base/core/java/android/util/ |
H A D | TypedValue.java | 234 public @Config int changingConfigurations = -1; field in TypedValue
|
/aosp14/frameworks/base/core/java/android/animation/ |
H A D | AnimatorInflater.java | 1078 return sTmpTypedValue.changingConfigurations; in getChangingConfigs()
|
/aosp14/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | UserManagerService.java | 4142 if (forceUpdate || (configChanges & mOwnerNameTypedValue.changingConfigurations) != 0) { in invalidateOwnerNameIfNecessary()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 49971 field public int changingConfigurations;
|