Searched refs:useAsPrimary (Results 1 – 3 of 3) sorted by relevance
52 public void applyStyle(RemoteResourceValue<StyleResourceValue> theme, boolean useAsPrimary) { in applyStyle() argument53 mDelegate.applyStyle(theme.toResourceValue(), useAsPrimary); in applyStyle() local
54 public void applyStyle(StyleResourceValue theme, boolean useAsPrimary) { in applyStyle() argument56 mDelegate.applyStyle(RemoteResourceValue.fromResourceValue(theme), useAsPrimary); in applyStyle() local
36 …void applyStyle(RemoteResourceValue<StyleResourceValue> theme, boolean useAsPrimary) throws Remote… in applyStyle() argument