Searched refs:csl (Results 1 – 3 of 3) sorted by relevance
104 ColorStateList csl = ref != null ? ref.get() : null; in valueOf() local105 if (csl != null) { in valueOf()106 return csl; in valueOf()109 csl = new ColorStateList(EMPTY, new int[] { color }); in valueOf()110 sCache.put(color, new WeakReference<ColorStateList>(csl)); in valueOf()111 return csl; in valueOf()
932 ColorStateList csl = loadColorStateList(value, id); in getColor() local938 return csl.getDefaultColor(); in getColor()2545 ColorStateList csl; in loadColorStateList() local2550 csl = sPreloadedColorStateLists.get(key); in loadColorStateList()2551 if (csl != null) { in loadColorStateList()2552 return csl; in loadColorStateList()2555 csl = ColorStateList.valueOf(value.data); in loadColorStateList()2559 sPreloadedColorStateLists.put(key, csl); in loadColorStateList()2563 return csl; in loadColorStateList()2566 csl = getCachedColorStateList(key); in loadColorStateList()[all …]
395 ColorStateList csl = mResources.loadColorStateList( in getColor() local397 return csl.getDefaultColor(); in getColor()