Home
last modified time | relevance | path

Searched refs:changingConfigurations (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/core/java/android/content/res/
H A DComplexColor.java62 final void setBaseChangingConfigurations(int changingConfigurations) { in setBaseChangingConfigurations() argument
63 mChangingConfigurations = changingConfigurations; in setBaseChangingConfigurations()
H A DColorStateList.java346 @Config int changingConfigurations = 0; in inflate() local
370 changingConfigurations |= a.getChangingConfigurations(); in inflate()
415 mChangingConfigurations = changingConfigurations; in inflate()
H A DAssetManager.java562 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 DResourcesImpl.java660 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 DTypedArray.java1382 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getValueAt()
/aosp14/frameworks/base/core/tests/coretests/src/android/content/res/
H A DConfigurationBoundResourceCacheTest.java93 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 DRoundedCornerProgressDrawable.kt87 return wrappedState.changingConfigurations
H A DBrightnessProgressDrawable.kt99 return wrappedState.changingConfigurations
/aosp14/frameworks/base/core/java/android/view/autofill/
H A DAutofillClientController.java177 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 DTypedValue.java234 public @Config int changingConfigurations = -1; field in TypedValue
/aosp14/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java1078 return sTmpTypedValue.changingConfigurations; in getChangingConfigs()
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DUserManagerService.java4142 if (forceUpdate || (configChanges & mOwnerNameTypedValue.changingConfigurations) != 0) { in invalidateOwnerNameIfNecessary()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt49971 field public int changingConfigurations;