Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DIntArray.java105 int rightSegment = mSize - index; in add() local
109 if (rightSegment != 0) { in add()
111 System.arraycopy(mValues, index, mValues, index + 1, rightSegment); in add()
DLongArray.java110 int rightSegment = mSize - index; in add() local
114 if (rightSegment != 0) { in add()
116 System.arraycopy(mValues, index, mValues, index + 1, rightSegment); in add()