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

/frameworks/base/core/java/android/widget/
H A DEditor.java3553 final int offset = getCurrentCursorOffset();
3635 positionAtCursorOffset(getCurrentCursorOffset(), false);
3667 public abstract int getCurrentCursorOffset(); method in class:Editor.HandleView
3707 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
3802 startTouchUpFilter(getCurrentCursorOffset());
4011 public int getCurrentCursorOffset() { method in class:Editor.InsertionHandleView
4090 public int getCurrentCursorOffset() { method in class:Editor.SelectionStartHandleView
4330 public int getCurrentCursorOffset() { method in class:Editor.SelectionEndHandleView

Completed in 265 milliseconds