Searched refs:MAX_SIZE (Results 1 – 5 of 5) sorted by relevance
53 private static final int MAX_SIZE = 1024; field in MemoryIntArray69 if (size > MAX_SIZE) { in MemoryIntArray()70 throw new IllegalArgumentException("Max size is " + MAX_SIZE); in MemoryIntArray()238 return MAX_SIZE; in getMaxSize()
58 private static final int MAX_SIZE = SystemProperties.getInt("debug.falsing_log_size", 100); field in FalsingLog62 private final ArrayDeque<String> mLog = new ArrayDeque<>(MAX_SIZE);114 if (sInstance.mLog.size() >= MAX_SIZE) { in log()
44 private final static int MAX_SIZE = 1024; field in CustomPrinterIconCache154 removeOldFiles(MAX_SIZE); in onCustomPrinterIconLoaded()
225 static final int MAX_SIZE = 100000; field in GridLayout1136 private MutableInt parentMax = new MutableInt(-MAX_SIZE);1751 return getMeasure(0, MAX_SIZE);2282 return MAX_SIZE;
240 static final int MAX_SIZE = 100000; field in GridLayout1245 private MutableInt parentMax = new MutableInt(-MAX_SIZE);1860 return getMeasure(0, MAX_SIZE);2392 return MAX_SIZE;