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

/frameworks/base/core/java/android/widget/
H A DEditor.java1968 protected int getTextOffset() { method in class:Editor.EasyEditPopupWindow
2084 protected abstract int getTextOffset(); method in class:Editor.PinnedPopupWindow
2122 /* The popup window will be horizontally centered on the getTextOffset() and vertically
2129 final int offset = getTextOffset();
2167 if (isShowing() && isOffsetVisible(getTextOffset())) {
2388 protected int getTextOffset() { method in class:Editor.SuggestionsPopupWindow
2836 protected int getTextOffset() { method in class:Editor.ActionPopupWindow
2848 final int offset = getTextOffset();

Completed in 198 milliseconds