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

/frameworks/base/core/java/android/widget/
H A DEditor.java3255 positionAtCursorOffset(mPreviousOffsets[index], false);
3283 positionAtCursorOffset(getCurrentCursorOffset(), false);
3348 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { method in class:Editor.HandleView
3380 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
3634 positionAtCursorOffset(mTextView.getOffsetForPosition(x, y), false);
3690 positionAtCursorOffset(offset, false);
3740 positionAtCursorOffset(offset, false);

Completed in 41 milliseconds