Home
last modified time | relevance | path

Searched refs:EngineKey (Results 1 – 4 of 4) sorted by relevance

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
DEngineKeyFactory.java13 …public EngineKey buildKey(String id, Key signature, int width, int height, ResourceDecoder cacheDe… in buildKey()
16 …return new EngineKey(id, signature, width, height, cacheDecoder, sourceDecoder, transformation, en… in buildKey()
DEngineKey.java15 class EngineKey implements Key { class
30 public EngineKey(String id, Key signature, int width, int height, ResourceDecoder cacheDecoder, in EngineKey() method in EngineKey
61 EngineKey engineKey = (EngineKey) o; in equals()
DDecodeJob.java34 private final EngineKey resultKey;
48 public DecodeJob(EngineKey resultKey, int width, int height, DataFetcher<A> fetcher, in DecodeJob()
56 DecodeJob(EngineKey resultKey, int width, int height, DataFetcher<A> fetcher, in DecodeJob()
DEngine.java147EngineKey key = keyFactory.buildKey(id, signature, width, height, loadProvider.getCacheDecoder(), in load()