OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cursorPos
(Results
1 - 15
of
15
) sorted by null
/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/icu4c/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/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/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
WordComposer.java
219
int
cursorPos
= mCursorPositionWithinWord;
232
while (actualMoveAmountWithinWord < expectedMoveAmount &&
cursorPos
< mCodePointSize) {
233
actualMoveAmountWithinWord += Character.charCount(codePoints[
cursorPos
]);
234
++
cursorPos
;
239
while (actualMoveAmountWithinWord > expectedMoveAmount &&
cursorPos
> 0) {
240
--
cursorPos
;
241
actualMoveAmountWithinWord -= Character.charCount(codePoints[
cursorPos
]);
247
mCursorPositionWithinWord =
cursorPos
;
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
RichInputConnectionAndTextRangeTests.java
232
private void helpTestGetSuggestionSpansAtWord(final int
cursorPos
) {
243
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
258
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
271
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
283
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
295
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
307
mockInputMethodService.setInputConnection(new MockConnection(text,
cursorPos
));
/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
...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java
704
final int
cursorPos
= position - getPositionOffset(position);
711
if (cursor != null && cursor.moveToPosition(
cursorPos
)) {
717
return super.getItemId(
cursorPos
);
[
all
...]
/prebuilts/tools/common/m2/internal/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
Completed in 1080 milliseconds