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

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

Completed in 14 milliseconds