Searched refs:styleResId (Results 1 – 1 of 1) sorted by relevance
37 private final int styleResId; field in ResTableTheme.AppliedStyle40 public AppliedStyle(int styleResId, boolean forced) { in AppliedStyle() argument41 this.styleResId = styleResId; in AppliedStyle()48 boolean found = mTable.getResourceName(styleResId, true, resourceName); in toString()