HomeSort by relevance Sort by last modified time
    Searched defs:POOL_LIMIT (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/view/
DisplayListCanvas.java 40 private static final int POOL_LIMIT = 25;
45 new SynchronizedPool<>(POOL_LIMIT);
  /frameworks/support/room/runtime/src/main/java/android/arch/persistence/room/
RoomSQLiteQuery.java 46 static final int POOL_LIMIT = 15;
49 // Once we hit POOL_LIMIT, we'll bring the pool size back to the desired number. We always
140 if (sQueryPool.size() > POOL_LIMIT) {
  /frameworks/base/core/java/android/widget/
RelativeLayout.java     [all...]

Completed in 183 milliseconds