Home
last modified time | relevance | path

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

/frameworks/support/v7/appcompat/src/android/support/v7/app/
DVectorEnabledTintResources.java36 public static boolean shouldBeUsed() { in shouldBeUsed() method in VectorEnabledTintResources
DAppCompatActivity.java538 if (mResources == null && VectorEnabledTintResources.shouldBeUsed()) { in getResources()
DAppCompatDelegateImplV7.java1011 … VectorEnabledTintResources.shouldBeUsed() /* Only tint wrap the context if enabled */ in createView()
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
DTintContextWrapper.java84 if (VectorEnabledTintResources.shouldBeUsed()) { in TintContextWrapper()