Home | History | Annotate | Download | only in accessibility

Lines Matching refs:MAX_POOL_SIZE

605     private static final int MAX_POOL_SIZE = 50;
607 new SynchronizedPool<>(MAX_POOL_SIZE);
3807 private static final int MAX_POOL_SIZE = 10;
3817 new SynchronizedPool<AccessibilityNodeInfo.RangeInfo>(MAX_POOL_SIZE);
3949 private static final int MAX_POOL_SIZE = 20;
3952 new SynchronizedPool<>(MAX_POOL_SIZE);
4095 private static final int MAX_POOL_SIZE = 20;
4098 new SynchronizedPool<>(MAX_POOL_SIZE);