Home | History | Annotate | Download | only in text

Lines Matching refs:oldLength

133         final int oldLength = mText.length;
134 if (size + 1 <= oldLength) {
141 final int delta = newLength - oldLength;
142 final int after = oldLength - (mGapStart + mGapLength);
143 System.arraycopy(mText, oldLength - after, newText, newLength - after, after);