Home
last modified time | relevance | path

Searched refs:shouldOfferToShowSuggestions (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
DEditor.java2419 private boolean shouldOfferToShowSuggestions() { in shouldOfferToShowSuggestions() method in Editor
2921 if (shouldOfferToShowSuggestions()) { in onCreateContextMenu()
4212 boolean canReplace = mTextView.isSuggestionsEnabled() && shouldOfferToShowSuggestions(); in updateReplaceItem()