Searched refs:tintColorId (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
H A DIconUtils.java59 public static Drawable applyTintColor(Context context, int drawableId, int tintColorId) { argument
62 icon.setTintList(context.getColorStateList(tintColorId));

Completed in 63 milliseconds