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

/frameworks/base/core/java/android/widget/
H A DEditor.java4507 final int offset = getCurrentCursorOffset();
4577 positionAtCursorOffset(getCurrentCursorOffset(), true, false);
4596 positionAtCursorOffset(getCurrentCursorOffset(), false, false);
4633 public abstract int getCurrentCursorOffset(); method in class:Editor.HandleView
4712 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled, false);
4950 startTouchUpFilter(getCurrentCursorOffset());
5166 public int getCurrentCursorOffset() { method in class:Editor.InsertionHandleView
5271 public int getCurrentCursorOffset() { method in class:Editor.SelectionHandleView
5327 final int currentOffset = getCurrentCursorOffset();
5512 final int currentOffset = getCurrentCursorOffset();
[all...]

Completed in 57 milliseconds