Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DSpannableStringBuilder.java67 mGapLength = mText.length - srclen; in SpannableStringBuilder()
129 return mText[where + mGapLength]; in charAt()
138 return mText.length - mGapLength; in length()
151 final int after = oldLength - (mGapStart + mGapLength); in resizeFor()
155 mGapLength += delta; in resizeFor()
156 if (mGapLength < 1) in resizeFor()
176 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap); in moveGapTo()
179 System.arraycopy(mText, where + mGapLength - overlap, mText, mGapStart, overlap); in moveGapTo()
189 start -= mGapLength; in moveGapTo()
191 start += mGapLength; in moveGapTo()
[all …]