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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1409 @Nullable PorterDuffColorFilter updateTintFilter(@Nullable PorterDuffColorFilter tintFilter, argument
1416 if (tintFilter == null) {
1420 tintFilter.setColor(color);
1421 tintFilter.setMode(tintMode);
1422 return tintFilter;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java416 PorterDuffColorFilter updateTintFilter(PorterDuffColorFilter tintFilter, ColorStateList tint, argument

Completed in 94 milliseconds