Searched refs:CORE_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance
/frameworks/support/compat/java/android/support/v4/content/ |
D | ModernAsyncTask.java | 55 private static final int CORE_POOL_SIZE = 5; field in ModernAsyncTask 75 = new ThreadPoolExecutor(CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, KEEP_ALIVE,
|
/frameworks/base/core/java/android/os/ |
D | AsyncTask.java | 187 private static final int CORE_POOL_SIZE = Math.max(2, Math.min(CPU_COUNT - 1, 4)); field in AsyncTask 209 CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, KEEP_ALIVE_SECONDS, TimeUnit.SECONDS,
|
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
D | BasicBitmapDrawable.java | 80 private static final int CORE_POOL_SIZE = CPU_COUNT + 1; field in BasicBitmapDrawable 84 CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, 1, TimeUnit.SECONDS,
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/ |
D | NotificationInflater.java | 678 private static final int CORE_POOL_SIZE = Math.max(2, Math.min(CPU_COUNT - 1, 4)); field in NotificationInflater.InflationExecutor 694 CORE_POOL_SIZE, MAXIMUM_POOL_SIZE, KEEP_ALIVE_SECONDS, TimeUnit.SECONDS, in InflationExecutor()
|