Home
last modified time | relevance | path

Searched refs:changingConfigurations (Results 1 – 13 of 13) 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()
DAssetManager.java189 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceBagText()
190 outValue.changingConfigurations); in getResourceBagText()
232 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getResourceValue()
233 outValue.changingConfigurations); in getResourceValue()
289 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getThemeValue()
290 outValue.changingConfigurations); in getThemeValue()
DColorStateList.java307 @Config int changingConfigurations = 0; in inflate() local
330 changingConfigurations |= a.getChangingConfigurations(); in inflate()
370 mChangingConfigurations = changingConfigurations; in inflate()
DResourcesImpl.java599 cachedDrawable.setChangingConfigurations(value.changingConfigurations); in loadDrawable()
653 dr.setChangingConfigurations(value.changingConfigurations); in loadDrawable()
719 private boolean verifyPreloadConfig(@Config int changingConfigurations, in verifyPreloadConfig() argument
725 if (((changingConfigurations&~(ActivityInfo.CONFIG_FONT_SCALE | in verifyPreloadConfig()
933 complexColor.setBaseChangingConfigurations(value.changingConfigurations); in loadComplexColorFromName()
1030 if (verifyPreloadConfig(value.changingConfigurations, 0, value.resourceId, in getColorStateListFromInt()
DTypedArray.java1255 outValue.changingConfigurations = ActivityInfo.activityInfoConfigNativeToJava( in getValueAt()
/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java86 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations)); in testVoidConfigChange()
108 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations)); in testEffectiveConfigChange()
133 new DummyFloatConstantState(staticDim, staticValue.changingConfigurations)); in testConfigChangeMultipleResources()
135 new DummyFloatConstantState(changingDim, changingValue.changingConfigurations)); in testConfigChangeMultipleResources()
173 new DummyFloatConstantState(staticDim, staticValues[i].changingConfigurations)); in testConfigChangeMultipleThemes()
176 changingValues[i].changingConfigurations)); in testConfigChangeMultipleThemes()
/frameworks/base/core/java/android/util/
DTypedValue.java212 public @Config int changingConfigurations = -1; field in TypedValue
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DAppCompatDrawableManager.java250 dr.setChangingConfigurations(tv.changingConfigurations); in createDrawableIfNeeded()
368 dr.setChangingConfigurations(tv.changingConfigurations); in loadDrawableFromDelegates()
/frameworks/base/core/java/android/animation/
DAnimatorInflater.java1075 return sTmpTypedValue.changingConfigurations; in getChangingConfigs()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31954 field public int changingConfigurations;
/frameworks/base/api/
Dcurrent.txt43820 field public int changingConfigurations;
Dtest-current.txt44097 field public int changingConfigurations;
Dsystem-current.txt47407 field public int changingConfigurations;