Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java426 final int superConfig = 1; in testGetChangingConfigurations() local
438 layerDrawable.setChangingConfigurations(superConfig); in testGetChangingConfigurations()
439 assertEquals(superConfig | childConfig, layerDrawable.getChangingConfigurations()); in testGetChangingConfigurations()