Searched refs:MAX_CAPACITY_TO_BE_KEPT (Results 1 – 2 of 2) sorted by relevance
35 private static final int MAX_CAPACITY_TO_BE_KEPT = 10000; field in AutoGrowArray120 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()
69849 Landroid/text/AutoGrowArray;->MAX_CAPACITY_TO_BE_KEPT:I