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

/frameworks/base/core/java/android/widget/
H A DEditor.java2321 private static final int DELETE_TEXT = -2; field in class:Editor.SuggestionsPopupWindow
2430 suggestionInfo.suggestionIndex == DELETE_TEXT) {
2635 suggestionInfo.suggestionIndex = DELETE_TEXT;
2684 if (suggestionInfo.suggestionIndex == DELETE_TEXT) {

Completed in 738 milliseconds