Searched refs:MIN_WIDTH (Results 1 – 2 of 2) sorted by relevance
37 private static int MIN_WIDTH = 100; field in GifTranscoder82 return width >= MIN_WIDTH && height >= MIN_HEIGHT; in canBeTranscoded()
88 private final int MIN_WIDTH = 300; field in EdgeEffect140 mMinWidth = (int) (context.getResources().getDisplayMetrics().density * MIN_WIDTH + 0.5f); in EdgeEffect()