HomeSort by relevance Sort by last modified time
    Searched refs:cursorPos (Results 1 - 21 of 21) 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();
292 private void helpTestGetSuggestionSpansAtWord(final int cursorPos) {
305 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
320 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
333 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
345 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
357 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
369 mockInputMethodService.setInputConnection(new MockConnection(text, cursorPos));
    [all...]
InputLogicTests.java 708 int cursorPos = sendUpdateForCursorMoveToEndOfLine();
712 typeWordAndPutCursorInside(WORD_TO_TYPE, cursorPos + 1 /* startPos */);
725 int cursorPos = sendUpdateForCursorMoveToEndOfLine();
728 typeWordAndPutCursorInside(WORD_TO_TYPE, cursorPos + 1 /* startPos */);
    [all...]
  /external/icu/icu4c/source/i18n/
strrepl.cpp 43 cursorPos = theCursorPos;
61 cursorPos = 0;
75 cursorPos = other.cursorPos;
120 // Setup default cursor position (for cursorPos within output)
121 newStart = cursorPos;
159 if (oOutput == cursorPos) {
189 if (oOutput == cursorPos) {
206 // refer to code points rather than code units. If cursorPos
209 if (cursorPos < 0)
    [all...]
strrepl.h 50 int32_t cursorPos;
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringReplacer.java 37 private int cursorPos;
74 cursorPos = theCursorPos;
92 cursorPos = 0;
99 //= int cursorPos,
108 //= return new StringReplacer(output, cursorPos, data);
131 // Setup default cursor position (for cursorPos within output)
132 newStart = cursorPos;
170 if (oOutput == cursorPos) {
216 if (oOutput == cursorPos) {
233 // refer to code points rather than code units. If cursorPos
    [all...]
TransliterationRule.java 138 * @param cursorPos offset into output at which cursor is located, or -1 if
143 * @param cursorOffset an offset to be added to cursorPos to position the
158 int cursorPos, int cursorOffset,
182 if (cursorPos < 0) {
183 cursorPos = output.length();
184 } else if (cursorPos > output.length()) {
222 this.output = new StringReplacer(output, cursorPos + cursorOffset, data);
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
StringReplacer.java 36 private int cursorPos;
73 cursorPos = theCursorPos;
91 cursorPos = 0;
98 //= int cursorPos,
107 //= return new StringReplacer(output, cursorPos, data);
130 // Setup default cursor position (for cursorPos within output)
131 newStart = cursorPos;
169 if (oOutput == cursorPos) {
215 if (oOutput == cursorPos) {
232 // refer to code points rather than code units. If cursorPos
    [all...]
TransliterationRule.java 137 * @param cursorPos offset into output at which cursor is located, or -1 if
142 * @param cursorOffset an offset to be added to cursorPos to position the
157 int cursorPos, int cursorOffset,
181 if (cursorPos < 0) {
182 cursorPos = output.length();
183 } else if (cursorPos > output.length()) {
221 this.output = new StringReplacer(output, cursorPos + cursorOffset, data);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java 236 int cursorPos = mCursorPositionWithinWord;
242 while (actualMoveAmount < expectedMoveAmount && cursorPos < codePoints.length) {
243 actualMoveAmount += Character.charCount(codePoints[cursorPos]);
244 ++cursorPos;
249 while (actualMoveAmount > expectedMoveAmount && cursorPos > 0) {
250 --cursorPos;
251 actualMoveAmount -= Character.charCount(codePoints[cursorPos]);
259 mCursorPositionWithinWord = cursorPos;
261 mEvents, Event.createCursorMovedEvent(cursorPos)));
  /frameworks/base/apct-tests/perftests/core/src/android/widget/
EditTextCursorMovementPerfTest.java 74 public EditTextCursorMovementPerfTest(String metricKey, String text, int cursorPos) {
77 mCursorPos = cursorPos;
EditTextBackspacePerfTest.java 80 public EditTextBackspacePerfTest(String metricKey, String text, int cursorPos) {
83 mCursorPos = cursorPos;
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 729 final int cursorPos = position - getPositionOffset(position);
736 if (cursor != null && cursor.moveToPosition(cursorPos)) {
742 return super.getItemId(cursorPos);
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger_hwc1.cpp     [all...]
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/2.6.1/
icu4j-2.6.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.3.6/
groovy-all-2.3.6.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.4.7/
groovy-all-2.4.7.jar 
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 
  /prebuilts/misc/common/icu4j/
icu4j.jar 
  /prebuilts/misc/common/robolectric/lib/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/com/ibm/icu/icu4j/53.1/
icu4j-53.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/groovy/groovy-all/2.2.1/
groovy-all-2.2.1.jar 

Completed in 731 milliseconds