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

/frameworks/base/core/java/android/widget/
H A DEditor.java2000 protected int getTextOffset() { method in class:Editor.EasyEditPopupWindow
2116 protected abstract int getTextOffset(); method in class:Editor.PinnedPopupWindow
2154 /* The popup window will be horizontally centered on the getTextOffset() and vertically
2161 final int offset = getTextOffset();
2199 if (isShowing() && isOffsetVisible(getTextOffset())) {
2420 protected int getTextOffset() { method in class:Editor.SuggestionsPopupWindow
2873 protected int getTextOffset() { method in class:Editor.ActionPopupWindow
2885 final int offset = getTextOffset();

Completed in 110 milliseconds