Home
last modified time | relevance | path

Searched refs:hasDynamicColors (Results 1 – 2 of 2) sorted by relevance

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DDynamicRenderResources.java133 if (hasDynamicColors() && baseValue != null && isDynamicColor(baseValue)) { in resolveDynamicColors()
204 public boolean hasDynamicColors() { in hasDynamicColors() method in DynamicRenderResources
DBridgeContext.java2323 return mUseThemedIcon && mRenderResources.hasDynamicColors(); in useThemedIcon()