Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DLayerDrawableTest.java427 final int childConfig = bitmapDrawableConfig | colorDrawableConfig; in testGetChangingConfigurations() local
436 assertEquals(childConfig, layerDrawable.getChangingConfigurations()); in testGetChangingConfigurations()
439 assertEquals(superConfig | childConfig, layerDrawable.getChangingConfigurations()); in testGetChangingConfigurations()