setDrawableTopTint

fun setDrawableTopTint(textView: TextView, drawable: Int, color: ColorStateList)
fun setDrawableTopTint(textView: TextView, drawable: Drawable, color: ColorStateList)
fun setDrawableTopTint(textView: TextView, drawable: Int, color: Int)
fun setDrawableTopTint(textView: TextView, drawable: Drawable, color: Int)