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

/frameworks/base/core/java/android/widget/
H A DEditor.java2215 private static final int DELETE_TEXT = -2; field in class:Editor.SuggestionsPopupWindow
2324 suggestionInfo.suggestionIndex == DELETE_TEXT) {
2529 suggestionInfo.suggestionIndex = DELETE_TEXT;
2578 if (suggestionInfo.suggestionIndex == DELETE_TEXT) {
/frameworks/base/core/java/android/webkit/
H A DWebViewCore.java1170 static final int DELETE_TEXT = 211; field in class:WebViewCore.EventHub
1675 case DELETE_TEXT: {
H A DWebViewClassic.java5371 mWebViewCore.sendMessage(EventHub.DELETE_TEXT, handles);

Completed in 82 milliseconds