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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DDrawable.java1476 @Nullable PorterDuffColorFilter updateTintFilter(@Nullable PorterDuffColorFilter tintFilter, argument
1483 if (tintFilter == null) {
1487 tintFilter.setColor(color);
1488 tintFilter.setMode(tintMode);
1489 return tintFilter;
/frameworks/support/graphics/drawable/static/src/android/support/graphics/drawable/
H A DVectorDrawableCompat.java384 PorterDuffColorFilter updateTintFilter(PorterDuffColorFilter tintFilter, ColorStateList tint, argument

Completed in 5594 milliseconds