Home
last modified time | relevance | path

Searched refs:MAX_CAPACITY_TO_BE_KEPT (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DAutoGrowArray.java35 private static final int MAX_CAPACITY_TO_BE_KEPT = 10000; field in AutoGrowArray
120 if (mValues.length > MAX_CAPACITY_TO_BE_KEPT) { in clearWithReleasingLargeArray()
229 if (mValues.length > MAX_CAPACITY_TO_BE_KEPT) { in clearWithReleasingLargeArray()
338 if (mValues.length > MAX_CAPACITY_TO_BE_KEPT) { in clearWithReleasingLargeArray()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt69849 Landroid/text/AutoGrowArray;->MAX_CAPACITY_TO_BE_KEPT:I