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

/frameworks/base/core/java/android/widget/
H A DEditor.java2420 protected int getTextOffset() { method in class:Editor.EasyEditPopupWindow
2537 protected abstract int getTextOffset(); method in class:Editor.PinnedPopupWindow
2576 /* The popup window will be horizontally centered on the getTextOffset() and vertically
2583 final int offset = getTextOffset();
2621 if (isShowing() && isOffsetVisible(getTextOffset())) {
2842 protected int getTextOffset() { method in class:Editor.SuggestionsPopupWindow

Completed in 67 milliseconds