Searched refs:mGapStart (Results 1 – 1 of 1) sorted by relevance
64 mGapStart = srclen; in SpannableStringBuilder()126 if (where >= mGapStart) in charAt()146 System.arraycopy(mText, 0, newText, 0, mGapStart); in resizeFor()149 final int after = oldLength - (mGapStart + mGapLength); in resizeFor()159 if (mSpanStarts[i] > mGapStart) mSpanStarts[i] += delta; in resizeFor()160 if (mSpanEnds[i] > mGapStart) mSpanEnds[i] += delta; in resizeFor()167 if (where == mGapStart) in moveGapTo()172 if (where < mGapStart) { in moveGapTo()173 int overlap = mGapStart - where; in moveGapTo()174 System.arraycopy(mText, where, mText, mGapStart + mGapLength - overlap, overlap); in moveGapTo()[all …]