Searched refs:positionAtCursorOffset (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/widget/ |
D | Editor.java | 3608 positionAtCursorOffset(mPreviousOffsets[index], false); in filterOnTouchUp() 3636 positionAtCursorOffset(getCurrentCursorOffset(), false); in show() 3674 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { in positionAtCursorOffset() method in Editor.HandleView 3708 positionAtCursorOffset(getCurrentCursorOffset(), parentScrolled); in updatePosition() 4035 positionAtCursorOffset(offset, false); in updatePosition() 4254 positionAtCursorOffset(offset, false); 4258 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { 4259 super.positionAtCursorOffset(offset, parentScrolled); 4490 positionAtCursorOffset(offset, false); 4494 protected void positionAtCursorOffset(int offset, boolean parentScrolled) { [all …]
|