Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/drawable/
DColorStateListDrawable.java37 private ColorStateListDrawableState mState;
41 mState = new ColorStateListDrawableState(); in ColorStateListDrawable()
46 mState = new ColorStateListDrawableState(); in ColorStateListDrawable()
216 mState = new ColorStateListDrawableState(mState); in mutate()
242 static final class ColorStateListDrawableState extends ConstantState { class in ColorStateListDrawable
249 ColorStateListDrawableState() { in ColorStateListDrawableState() method in ColorStateListDrawable.ColorStateListDrawableState
252 ColorStateListDrawableState(ColorStateListDrawableState state) { in ColorStateListDrawableState() method in ColorStateListDrawable.ColorStateListDrawableState
289 private ColorStateListDrawable(@NonNull ColorStateListDrawableState state) { in ColorStateListDrawable()