Searched refs:mGapStart (Results 1 – 1 of 1) sorted by relevance
65 mGapStart = srclen; in SpannableStringBuilder()127 if (where >= mGapStart) in charAt()147 System.arraycopy(mText, 0, newText, 0, mGapStart); in resizeFor()150 final int after = oldLength - (mGapStart + mGapLength); in resizeFor()160 if (mSpanStarts[i] > mGapStart) mSpanStarts[i] += delta; in resizeFor()161 if (mSpanEnds[i] > mGapStart) mSpanEnds[i] += delta; in resizeFor()168 if (where == mGapStart) in moveGapTo()173 if (where < mGapStart) { in moveGapTo()174 int overlap = mGapStart - where; in moveGapTo()175 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap); in moveGapTo()[all …]