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

/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DPreFillType.java9 public final class PreFillType { class
29 PreFillType(int width, int height, Bitmap.Config config, int weight) { method in class:PreFillType
70 if (o instanceof PreFillType) {
71 PreFillType other = (PreFillType) o;
100 * Builder for {@link PreFillType}.
166 * Returns a new {@link PreFillType}.
168 PreFillType build() {
169 return new PreFillType(width, height, config, weight);

Completed in 115 milliseconds