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

/frameworks/base/core/java/android/widget/
H A DEditor.java2873 protected int getTextOffset() { method in class:Editor.EasyEditPopupWindow
3005 protected abstract int getTextOffset(); method in class:Editor.PinnedPopupWindow
3052 /* The popup window will be horizontally centered on the getTextOffset() and vertically
3059 final int offset = getTextOffset();
3101 if (isShowing() && isOffsetVisible(getTextOffset())) {
3531 protected int getTextOffset() { method in class:Editor.SuggestionsPopupWindow

Completed in 33 milliseconds