Searched refs:SUPER_CONFIG (Results 1 – 3 of 3) sorted by relevance
99 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local111 clipDrawable.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()112 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()
183 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local194 wrapper.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()195 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()
172 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local183 scaleDrawable.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()184 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()