Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DIntArray.java118 final int targetCap = currentSize + (currentSize < (MIN_CAPACITY_INCREMENT / 2) ? in ensureCapacity() local
120 final int newCapacity = targetCap > minCapacity ? targetCap : minCapacity; in ensureCapacity()