A  B  C  D  F  G  I  N  R  T 

F

FakeImageLoaderEngine - class in coil.test
An ImageLoader interceptor that intercepts all incoming requests before they're fetched and decoded by the image loader's real image engine.
FakeImageLoaderEngine.Builder - class in coil.test.FakeImageLoaderEngine
 
FakeImageLoaderEngine.OptionalInterceptor - class in coil.test.FakeImageLoaderEngine
An Interceptor that can either:
  • Return an ImageResult so no subsequent interceptors are called.

  • Return null to delegate to the next OptionalInterceptor in the list.

  • Optionally, call Interceptor.Chain.proceed to call through to the ImageLoader's real interceptor chain. Typically, this will map, fetch, and decode the data using the image loader's real image engine.

FakeImageLoaderEngine.RequestTransformer - class in coil.test.FakeImageLoaderEngine
A callback to support modifying an ImageRequest before it's handled by the OptionalInterceptors.
FakeImageLoaderEngine.RequestValue - class in coil.test.FakeImageLoaderEngine
 
FakeImageLoaderEngine.ResultValue - class in coil.test.FakeImageLoaderEngine
 
FakeImageLoaderEngines - class in coil.test
 
A  B  C  D  F  G  I  N  R  T