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

/frameworks/base/core/java/android/content/res/
H A DResourcesImpl.java580 final boolean isColorDrawable;
585 isColorDrawable = true;
589 isColorDrawable = false;
608 if (isColorDrawable) {
628 } else if (isColorDrawable) {
656 cacheDrawable(value, isColorDrawable, caches, theme, canApplyTheme, key, dr);
686 private void cacheDrawable(TypedValue value, boolean isColorDrawable, DrawableCache caches, argument
695 if (isColorDrawable) {

Completed in 19 milliseconds