Searched defs:positionAtCursorOffset (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java2988 positionAtCursorOffset(mPreviousOffsets[index], false);
3008 positionAtCursorOffset(getCurrentCursorOffset(), false);
3073 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { method in class:Editor.HandleView
3104 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
3316 positionAtCursorOffset(mTextView.getOffsetForPosition(x, y), false);
3367 positionAtCursorOffset(offset, false);
3412 positionAtCursorOffset(offset, false);

Completed in 66 milliseconds