HomeSort by relevance Sort by last modified time
    Searched refs:cursorPos (Results 1 - 9 of 9) sorted by null

  /external/icu4c/i18n/
strrepl.cpp 42 cursorPos = theCursorPos;
60 cursorPos = 0;
74 cursorPos = other.cursorPos;
119 // Setup default cursor position (for cursorPos within output)
120 newStart = cursorPos;
158 if (oOutput == cursorPos) {
188 if (oOutput == cursorPos) {
205 // refer to code points rather than code units. If cursorPos
208 if (cursorPos < 0)
    [all...]
strrepl.h 48 int32_t cursorPos;
  /packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/
ComposingView.java 247 int cursorPos = mDecInfo.getCursorPosInCmpsDisplay();
248 int cmpsPos = cursorPos;
251 if (cursorPos > activeCmpsLen) cmpsPos = activeCmpsLen;
254 if (cursorPos <= activeCmpsLen) {
266 if (cursorPos > activeCmpsLen) {
267 if (cursorPos > cmpsStr.length()) cursorPos = cmpsStr.length();
268 canvas.drawText(cmpsStr, oriPos, cursorPos, x, y, mPaint);
269 x += mPaint.measureText(cmpsStr, oriPos, cursorPos);
275 oriPos = cursorPos;
    [all...]
  /packages/apps/Calculator/src/com/android/calculator2/
Logic.java 98 int cursorPos = editText.getSelectionStart();
99 return toLeft ? cursorPos == 0 : cursorPos >= editText.length();
  /external/jmonkeyengine/engine/src/core/com/jme3/input/
InputManager.java 99 private Vector2f cursorPos = new Vector2f();
397 cursorPos.set(evt.getX(), evt.getY());
415 cursorPos.set(evt.getX(), evt.getY());
658 return cursorPos;
    [all...]
  /external/webkit/Source/WebKit/qt/Api/
qwebpage.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 686 milliseconds