Searched refs:SUPER_CONFIG (Results 1 – 3 of 3) sorted by relevance
184 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local195 wrapper.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()196 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()
71 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local83 clipDrawable.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()84 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()
179 final int SUPER_CONFIG = 1; in testGetChangingConfigurations() local190 scaleDrawable.setChangingConfigurations(SUPER_CONFIG); in testGetChangingConfigurations()191 assertEquals(SUPER_CONFIG | CONTAINED_DRAWABLE_CONFIG, in testGetChangingConfigurations()