Home
last modified time | relevance | path

Searched defs:initPoolSize (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/viewcapturelib/src/com/android/app/viewcapture/
DViewCapture.java95 protected ViewCapture(int memorySize, int initPoolSize, Executor bgExecutor) { in ViewCapture()
114 private void initPool(int initPoolSize) { in initPool()
/frameworks/libs/systemui/viewcapturelib/tests/com/android/app/viewcapture/
DViewCaptureTest.kt40 private val initPoolSize = 15 in <lambda>() constant