Home
last modified time | relevance | path

Searched refs:calcConfigChanges (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/content/res/
DConfigurationBoundResourceCacheTest.java85 int changes = calcConfigChanges(res, newCnf); in testVoidConfigChange()
107 int changes = calcConfigChanges(res, newCnf); in testEffectiveConfigChange()
132 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleResources()
172 int changes = calcConfigChanges(res, newCnf); in testConfigChangeMultipleThemes()
187 private int calcConfigChanges(Resources resources, Configuration configuration) in calcConfigChanges() method in ConfigurationBoundResourceCacheTest
/frameworks/base/core/java/android/content/res/
DResources.java1798 int configChanges = calcConfigChanges(config); in updateConfiguration()
1863 private int calcConfigChanges(Configuration config) { in calcConfigChanges() method in Resources