HomeSort by relevance Sort by last modified time
    Searched refs:MAX_POOL_SIZE (Results 1 - 5 of 5) sorted by null

  /frameworks/base/core/java/android/widget/
ExpandableListPosition.java 30 private static final int MAX_POOL_SIZE = 5;
32 new ArrayList<ExpandableListPosition>(MAX_POOL_SIZE);
130 if (sPool.size() < MAX_POOL_SIZE) {
ExpandableListConnector.java     [all...]
  /frameworks/base/core/java/android/os/
Message.java 92 private static final int MAX_POOL_SIZE = 10;
241 if (mPoolSize < MAX_POOL_SIZE) {
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 217 private static final int MAX_POOL_SIZE = 2;
600 if (sPoolSize <= MAX_POOL_SIZE) {
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 83 private static final int MAX_POOL_SIZE = 4;
140 if (sPoolSize < MAX_POOL_SIZE) {
    [all...]

Completed in 91 milliseconds