Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/content/res/
DComplexColor.java62 final void setBaseChangingConfigurations(int changingConfigurations) { in setBaseChangingConfigurations() argument
63 mChangingConfigurations = changingConfigurations; in setBaseChangingConfigurations()
DColorStateList.java312 @Config int changingConfigurations = 0; in inflate() local
335 changingConfigurations |= a.getChangingConfigurations(); in inflate()
375 mChangingConfigurations = changingConfigurations; in inflate()
DAssetManager.java548 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceValue()
549 outValue.changingConfigurations); in getResourceValue()
595 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceBagText()
596 outValue.changingConfigurations); in getResourceBagText()
729 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getThemeValue()
730 outValue.changingConfigurations); in getThemeValue()
DResourcesImpl.java642 cachedDrawable.setChangingConfigurations(value.changingConfigurations); in loadDrawable()
696 dr.setChangingConfigurations(value.changingConfigurations); in loadDrawable()
762 private boolean verifyPreloadConfig(@Config int changingConfigurations, in verifyPreloadConfig() argument
768 if (((changingConfigurations&~(ActivityInfo.CONFIG_FONT_SCALE | in verifyPreloadConfig()
1032 complexColor.setBaseChangingConfigurations(value.changingConfigurations); in loadComplexColorFromName()
1129 if (verifyPreloadConfig(value.changingConfigurations, 0, value.resourceId, in getColorStateListFromInt()
DTypedArray.java1359 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getValueAt()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java87 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()
/frameworks/base/core/java/android/util/
DTypedValue.java212 public @Config int changingConfigurations = -1; field in TypedValue
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java1075 return sTmpTypedValue.changingConfigurations; in getChangingConfigs()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31954 field public int changingConfigurations;
/frameworks/base/api/
Dcurrent.txt51987 field public int changingConfigurations;