Searched refs:MAX_SIZE (Results 1 – 6 of 6) 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()236 return MAX_SIZE; in getMaxSize()
56 private static final int MAX_SIZE = SystemProperties.getInt("debug.falsing_log_size", 100); field in FalsingLog60 private final ArrayDeque<String> mLog = new ArrayDeque<>(MAX_SIZE);112 if (sInstance.mLog.size() >= MAX_SIZE) { in log()
44 private final static int MAX_SIZE = 1024; field in CustomPrinterIconCache154 removeOldFiles(MAX_SIZE); in onCustomPrinterIconLoaded()
188 … MAX_SIZE = (uint32_t)std::min((size_t)UINT32_MAX, SIZE_MAX), // TODO: is this always u32 max?195 if (flexCount <= (MAX_SIZE - size) / S::FLEX_SIZE) {
248 static final int MAX_SIZE = 100000; field in GridLayout1268 private MutableInt parentMax = new MutableInt(-MAX_SIZE);1883 return getMeasure(0, MAX_SIZE);2415 return MAX_SIZE;
77240 Landroid/util/MemoryIntArray;->MAX_SIZE:I88228 Landroid/widget/GridLayout;->MAX_SIZE:I