HomeSort by relevance Sort by last modified time
    Searched refs:themeAttrs (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/content/res/
ColorStateList.java 273 final int[] themeAttrs = a.extractThemeAttrs();
307 if (themeAttrs != null) {
312 themeAttrsList = GrowingArrayUtils.append(themeAttrsList, listSize, themeAttrs);
  /frameworks/base/graphics/java/android/graphics/drawable/
LayerDrawable.java 394 * @param themeAttrs Theme attributes extracted from the layer.
401 ChildDrawable addLayer(Drawable dr, int[] themeAttrs, int id,
405 childDrawable.mThemeAttrs = themeAttrs;
    [all...]

Completed in 374 milliseconds