C
E
G
P
R
G
- get(Integer) - function in com.bumptech.glide.integration.compose.GlidePreloadingData
- Returns the DataT at a given index in the data and a RequestBuilder that will trigger a request that exactly matches the preload request for this index.
- getSize() - function in com.bumptech.glide.integration.compose.GlidePreloadingData
- The total number of items in the data set.
- GlideImage(Object,String,Modifier,Alignment,ContentScale,Float,ColorFilter,Placeholder,Placeholder,TypeAliased(typeAlias=GenericTypeConstructor(dri=com.bumptech.glide.integration.compose/RequestBuilderTransform///PointingToDeclaration/, projections=[], presentableName=null, extra=PropertyContainer(map={})), inner=FunctionalTypeConstructor(dri=kotlin.jvm.functions/Function1///PointingToDeclaration/, projections=[, ], isExtensionFunction=false, isSuspendable=false, presentableName=null, extra=PropertyContainer(map={})))) - function in com.bumptech.glide.integration.compose.GlideImageKt
- Start a request by passing model to RequestBuilder.load using the given requestManager and then applying the requestBuilderTransform function to add options or apply mutations if the caller desires.
- GlideImageKt - class in com.bumptech.glide.integration.compose
- GlidePreloadingData - class in com.bumptech.glide.integration.compose
- Wraps a set of data, triggers image preloads based on the positions provided to get and exposes the data and the preload RequestBuilder.