Searched defs:positionAtCursorOffset (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DEditor.java4157 positionAtCursorOffset(mPreviousOffsets[index], false);
4174 positionAtCursorOffset(getCurrentCursorOffset(), true);
4193 positionAtCursorOffset(getCurrentCursorOffset(), false);
4249 protected void positionAtCursorOffset(int offset, boolean forceUpdatePosition) { method in class:Editor.HandleView
4295 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled);
4606 positionAtCursorOffset(offset, false);
4700 // HandleView will deal appropriately in positionAtCursorOffset when
4869 protected void positionAtCursorOffset(int offset, boolean forceUpdatePosition) { method in class:Editor.SelectionHandleView
4870 super.positionAtCursorOffset(offset, forceUpdatePosition);
4911 positionAtCursorOffset(offse
[all...]

Completed in 49 milliseconds