Searched refs:LOAD_FACTOR (Results 1 – 8 of 8) sorted by relevance
40 private static final float LOAD_FACTOR = 0.75F; field in CacheMap46 this(CACHE_MAX_SIZE, LOAD_FACTOR, true); in CacheMap()
46 … return (size <= 0) ? LayoutConstants.SIXTEEN : (int) (size / LayoutConstants.LOAD_FACTOR + 1.0F); in collectionSize()
36 private static final float LOAD_FACTOR = 0.75F; field in UserDataCache
37 private static final float LOAD_FACTOR = 0.75F; field in DiskIoDataCache
37 private static final float LOAD_FACTOR = 0.75F; field in MemoryDataCache
492 public static final float LOAD_FACTOR = 0.75F; field in LayoutConstants
39 private static final float LOAD_FACTOR = 0.75F; field in SampleCodeDataCache
37 private static final float LOAD_FACTOR = 0.75F; field in CpuDataCache