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

/frameworks/base/core/java/android/widget/
H A DEditor.java3607 positionAtCursorOffset(mPreviousOffsets[index], false);
3635 positionAtCursorOffset(getCurrentCursorOffset(), false);
3673 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { method in class:Editor.HandleView
3707 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
4034 positionAtCursorOffset(offset, false);
4108 // HandleView will deal appropriately in positionAtCursorOffset when
4253 positionAtCursorOffset(offset, false);
4261 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { method in class:Editor.SelectionStartHandleView
4262 super.positionAtCursorOffset(offset, parentScrolled);
4348 // HandleView will deal appropriately in positionAtCursorOffset whe
4501 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { method in class:Editor.SelectionEndHandleView
[all...]

Completed in 53 milliseconds