Searched refs:AT_LEAST (Results 1 – 3 of 3) sorted by relevance
39 this(Downsampler.AT_LEAST, bitmapPool, decodeFormat); in StreamBitmapDecoder()
36 public static final Downsampler AT_LEAST = new Downsampler() { field in Downsampler
50 private Downsampler downsampler = Downsampler.AT_LEAST;73 return downsample(Downsampler.AT_LEAST); in approximate()