Searched refs:contentName (Results 1 – 2 of 2) sorted by relevance
220 # OVERRIDABLE_FETCH_CONTENT_<contentName>_<variable> where <contentName> is the227 # set OVERRIDABLE_FETCH_CONTENT_GIT_REPOSITORY_AND_TAG_TO_URL_<contentName>240 # set OVERRIDABLE_FETCH_CONTENT_<contentName>_MATCH to a regular expression241 # to match the archive URL and OVERRIDABLE_FETCH_CONTENT_<contentName>_REPLACE471 # * <contentName>_LICENSE_FILE: License file relative to472 # <contentName>_SOURCE_DIR if found.473 # * <contentName>_LICENSE_URL: License URL if the file is found.518 # via the <contentName>_LICENSE_FILE and <contentName>_LICENSE_URL variables519 # where <contentName> is the value passed as the CONTENT_NAME argument of this523 # OVERRIDABLE_FETCH_CONTENT_LICENSE_CHECK_<contentName> to ON for one
1224 final String contentName; field in LottieDrawable.ColorFilterData1228 ColorFilterData(@Nullable String layerName, @Nullable String contentName, in ColorFilterData() argument1231 this.contentName = contentName; in ColorFilterData()1242 if (contentName != null) { in hashCode()1243 hashCode = hashCode * 31 * contentName.hashCode(); in hashCode()