Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DColorStateListDrawableTest.java144 final ColorStateListDrawable cslDrawable = new ColorStateListDrawable(); in testColorStateListAccess() local
145 final ColorDrawable colorDrawable = (ColorDrawable) cslDrawable.getCurrent(); in testColorStateListAccess()
146 assertNotNull(cslDrawable.getColorStateList()); in testColorStateListAccess()
149 cslDrawable in testColorStateListAccess()
151 .getColorForState(cslDrawable.getState(), Color.YELLOW)); in testColorStateListAccess()
153 cslDrawable.setColorStateList(mColorStateList); in testColorStateListAccess()
154 assertEquals(mColorStateList, cslDrawable.getColorStateList()); in testColorStateListAccess()