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

/frameworks/base/core/java/android/widget/
H A DEditor.java3029 final int offset = getCurrentCursorOffset();
3090 positionAtCursorOffset(getCurrentCursorOffset(), false);
3149 public abstract int getCurrentCursorOffset(); method in class:Editor.HandleView
3186 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
3229 startTouchUpFilter(getCurrentCursorOffset());
3387 public int getCurrentCursorOffset() { method in class:Editor.InsertionHandleView
3430 public int getCurrentCursorOffset() { method in class:Editor.SelectionStartHandleView
3473 public int getCurrentCursorOffset() { method in class:Editor.SelectionEndHandleView

Completed in 252 milliseconds