HomeSort by relevance Sort by last modified time
    Searched defs:MAX_POOL_SIZE (Results 1 - 10 of 10) 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);
134 if (sPool.size() < MAX_POOL_SIZE) {
ExpandableListConnector.java     [all...]
  /frameworks/base/core/java/android/os/
Message.java 100 private static final int MAX_POOL_SIZE = 50;
252 if (sPoolSize < MAX_POOL_SIZE) {
  /packages/apps/Gallery2/src/com/android/gallery3d/util/
ThreadPool.java 27 private static final int MAX_POOL_SIZE = 8;
82 CORE_POOL_SIZE, MAX_POOL_SIZE, KEEP_ALIVE_TIME,
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEvent.java 634 private static final int MAX_POOL_SIZE = 10;
    [all...]
AccessibilityRecord.java 73 private static final int MAX_POOL_SIZE = 10;
741 if (sPoolSize <= MAX_POOL_SIZE) {
AccessibilityNodeInfo.java 356 private static final int MAX_POOL_SIZE = 50;
    [all...]
  /frameworks/base/core/java/android/view/
ViewGroup.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java 79 private static final int MAX_POOL_SIZE = 4;
136 if (sPoolSize < MAX_POOL_SIZE) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 

Completed in 247 milliseconds