Searched refs:cslDrawable (Results 1 – 1 of 1) sorted by relevance
144 final ColorStateListDrawable cslDrawable = new ColorStateListDrawable(); in testColorStateListAccess() local145 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()