Searched refs:AppliedStyle (Results 1 – 1 of 1) sorted by relevance
31 private final List<AppliedStyle> styles = new ArrayList<>();36 private class AppliedStyle { class in ResTableTheme40 public AppliedStyle(int styleResId, boolean forced) { in AppliedStyle() method in ResTableTheme.AppliedStyle169 AppliedStyle newAppliedStyle = new AppliedStyle(resID, force); in applyStyle()