Searched refs:VectorEnabledTintResources (Results 1 – 5 of 5) sorted by relevance
25 import android.support.v7.widget.VectorEnabledTintResources;63 || context.getResources() instanceof VectorEnabledTintResources) { in shouldWrap()69 && Build.VERSION.SDK_INT > VectorEnabledTintResources.MAX_SDK_WHERE_REQUIRED) { in shouldWrap()84 if (VectorEnabledTintResources.shouldBeUsed()) { in TintContextWrapper()113 : new VectorEnabledTintResources(this, super.getResources()); in getResources()
46 import android.support.v7.widget.VectorEnabledTintResources;415 @NonNull VectorEnabledTintResources resources, @DrawableRes final int resId) { in onDrawableLoadedFromResources()
34 public class VectorEnabledTintResources extends Resources { class48 public VectorEnabledTintResources(@NonNull final Context context, in VectorEnabledTintResources() method in VectorEnabledTintResources
37 import android.support.v7.widget.VectorEnabledTintResources;538 if (mResources == null && VectorEnabledTintResources.shouldBeUsed()) { in getResources()539 mResources = new VectorEnabledTintResources(this, super.getResources()); in getResources()
62 import android.support.v7.widget.VectorEnabledTintResources;1011 … VectorEnabledTintResources.shouldBeUsed() /* Only tint wrap the context if enabled */ in createView()