Home
last modified time | relevance | path

Searched refs:useAsPrimary (Results 1 – 3 of 3) sorted by relevance

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderResourcesAdapter.java52 public void applyStyle(RemoteResourceValue<StyleResourceValue> theme, boolean useAsPrimary) { in applyStyle() argument
53 mDelegate.applyStyle(theme.toResourceValue(), useAsPrimary); in applyStyle() local
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteRenderResourcesAdapter.java54 public void applyStyle(StyleResourceValue theme, boolean useAsPrimary) { in applyStyle() argument
56 mDelegate.applyStyle(RemoteResourceValue.fromResourceValue(theme), useAsPrimary); in applyStyle() local
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteRenderResources.java36 …void applyStyle(RemoteResourceValue<StyleResourceValue> theme, boolean useAsPrimary) throws Remote… in applyStyle() argument