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()
1922 ColorStateList mColorStateList; field in RemoteViews.SetRippleDrawableColor1926 this.mColorStateList = colorStateList; in SetRippleDrawableColor()1931 mColorStateList = parcel.readParcelable(null, android.content.res.ColorStateList.class); in SetRippleDrawableColor()1936 dest.writeParcelable(mColorStateList, 0); in writeToParcel()1948 ((RippleDrawable) targetDrawable.mutate()).setColor(mColorStateList); in apply()