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

/frameworks/base/core/java/android/widget/
H A DEditor.java2183 private static final int DELETE_TEXT = -2; field in class:Editor.SuggestionsPopupWindow
2292 suggestionInfo.suggestionIndex == DELETE_TEXT) {
2497 suggestionInfo.suggestionIndex = DELETE_TEXT;
2546 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 104 milliseconds