Searched defs:allowGradients (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DResourceHelper.java141 * @param allowGradients when false, only {@link ColorStateList} will be returned. If a {@link
146 @NonNull BridgeContext context, @Nullable Theme theme, boolean allowGradients) {
193 if (allowGradients && "gradient".equals(name)) {
145 getInternalComplexColor(@onNull ResourceValue resValue, @NonNull BridgeContext context, @Nullable Theme theme, boolean allowGradients) argument

Completed in 120 milliseconds