Searched refs:mColorStateList (Results 1 – 3 of 3) sorted by relevance
33 private ColorStateList mColorStateList; field in TileColorPicker36 mColorStateList = context.getResources(). in TileColorPicker()52 return mColorStateList.getColorForState(DISABLE_STATE_SET, defaultColor); in getColor()54 return mColorStateList.getColorForState(INACTIVE_STATE_SET, defaultColor); in getColor()56 return mColorStateList.getColorForState(ENABLE_STATE_SET, defaultColor); in getColor()58 return mColorStateList.getColorForState(ENABLE_STATE_SET, defaultColor); in getColor()
135 private ColorStateList mColorStateList; field in AlphaTintDrawableWrapper.AlphaTintState146 mColorStateList = colorStateList; in AlphaTintState()161 alphaTintDrawableWrapper.setTintList(mColorStateList); in newDrawable()
1713 ColorStateList mColorStateList; field in RemoteViews.SetRippleDrawableColor1717 this.mColorStateList = colorStateList; in SetRippleDrawableColor()1722 mColorStateList = parcel.readParcelable(null, android.content.res.ColorStateList.class); in SetRippleDrawableColor()1727 dest.writeParcelable(mColorStateList, 0); in writeToParcel()1739 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()