Home
last modified time | relevance | path

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

/external/setupdesign/main/src/com/google/android/setupdesign/view/
DNavigationBarButton.java54 drawables[i] = TintedDrawable.wrap(drawables[i]); in init()
65 left = TintedDrawable.wrap(left); in setCompoundDrawables()
68 top = TintedDrawable.wrap(top); in setCompoundDrawables()
71 right = TintedDrawable.wrap(right); in setCompoundDrawables()
74 bottom = TintedDrawable.wrap(bottom); in setCompoundDrawables()
84 start = TintedDrawable.wrap(start); in setCompoundDrawablesRelative()
87 top = TintedDrawable.wrap(top); in setCompoundDrawablesRelative()
90 end = TintedDrawable.wrap(end); in setCompoundDrawablesRelative()
93 bottom = TintedDrawable.wrap(bottom); in setCompoundDrawablesRelative()
109 if (drawable instanceof TintedDrawable) { in tintDrawables()
[all …]