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

/frameworks/base/core/java/android/widget/
H A DEditor.java3212 final int offset = getCurrentCursorOffset();
3283 positionAtCursorOffset(getCurrentCursorOffset(), false);
3342 public abstract int getCurrentCursorOffset(); method in class:Editor.HandleView
3380 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
3449 startTouchUpFilter(getCurrentCursorOffset());
3623 public int getCurrentCursorOffset() { method in class:Editor.InsertionHandleView
3671 public int getCurrentCursorOffset() { method in class:Editor.SelectionStartHandleView
3719 public int getCurrentCursorOffset() { method in class:Editor.SelectionEndHandleView

Completed in 64 milliseconds