Home
last modified time | relevance | path

Searched refs:CORE_POOL_SIZE (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/
DModernAsyncTask.java55 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/
DAsyncTask.java187 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/
DBasicBitmapDrawable.java80 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/
DNotificationInflater.java678 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()