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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java 95 public int cursorPos() {
145 public int cursorPos() {
146 return mMockConnection.cursorPos();
290 private void helpTestGetSuggestionSpansAtWord(final int cursorPos) {
303 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
318 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
331 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
343 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
355 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
367 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
    [all...]
  /external/chromium_org/third_party/icu/source/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;
  /external/icu/icu4c/source/i18n/
strrepl.cpp 41 cursorPos = theCursorPos;
59 cursorPos = 0;
73 cursorPos = other.cursorPos;
118 // Setup default cursor position (for cursorPos within output)
119 newStart = cursorPos;
157 if (oOutput == cursorPos) {
187 if (oOutput == cursorPos) {
204 // refer to code points rather than code units. If cursorPos
207 if (cursorPos < 0)
    [all...]
strrepl.h 48 int32_t cursorPos;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 262 int cursorPos = mCursorPositionWithinWord;
268 while (actualMoveAmountWithinWord < expectedMoveAmount && cursorPos < mCodePointSize) {
269 actualMoveAmountWithinWord += Character.charCount(codePoints[cursorPos]);
270 ++cursorPos;
275 while (actualMoveAmountWithinWord > expectedMoveAmount && cursorPos > 0) {
276 --cursorPos;
277 actualMoveAmountWithinWord -= Character.charCount(codePoints[cursorPos]);
283 mCursorPositionWithinWord = cursorPos;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 713 final int cursorPos = position - getPositionOffset(position);
720 if (cursor != null && cursor.moveToPosition(cursorPos)) {
726 return super.getItemId(cursorPos);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/fonts/harfbuzz/
HarfBuzzShaper.cpp 229 int cursorPos = cursorPosIterator->current();
231 while (0 <= cursorPos) {
232 cursorPos = cursorPosIterator->next();
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /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 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 419 milliseconds