HomeSort by relevance Sort by last modified time
    Searched full:cmpspos (Results 1 - 1 of 1) sorted by null

  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 248 int cmpsPos = cursorPos;
251 if (cursorPos > activeCmpsLen) cmpsPos = activeCmpsLen;
252 canvas.drawText(cmpsStr, 0, cmpsPos, x, y, mPaint);
253 x += mPaint.measureText(cmpsStr, 0, cmpsPos);
258 canvas.drawText(cmpsStr, cmpsPos, activeCmpsLen, x, y, mPaint);
261 x += mPaint.measureText(cmpsStr, cmpsPos, activeCmpsLen);

Completed in 58 milliseconds