Searched refs:FAILED_REPORTING_FREQUENCY (Results 1 – 2 of 2) sorted by relevance
47 private static final int FAILED_REPORTING_FREQUENCY = 100; field in BitmapPool203 if (sFailedBitmapReuseCount % FAILED_REPORTING_FREQUENCY == 0) { in decodeSampledBitmapFromResource()242 if (sFailedBitmapReuseCount % FAILED_REPORTING_FREQUENCY == 0) { in decodeSampledBitmapFromInputStream()287 if (sFailedBitmapReuseCount % FAILED_REPORTING_FREQUENCY == 0) { in decodeByteArray()
100 private static final int FAILED_REPORTING_FREQUENCY = 100; field in PoolableImageCache.ReusableImageResourcePool411 if (mFailedBitmapReuseCount % FAILED_REPORTING_FREQUENCY == 0) { in onFailedToReuse()