HomeSort by relevance Sort by last modified time
    Searched refs:autoText (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/text/method/
BaseKeyListener.java 101 static int makeTextContentType(Capitalize caps, boolean autoText) {
114 if (autoText) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Suggest.java 20 import android.text.AutoText;
165 * @param a view for retrieving the context for AutoText
221 // Don't autotext the suggestions from the dictionaries
225 CharSequence autoText =
226 AutoText.get(suggestedWord, 0, suggestedWord.length(), view);
227 // Is there an AutoText correction?
228 boolean canAdd = autoText != null;
230 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i));
233 canAdd &= !TextUtils.equals(autoText, mSuggestions.get(i + 1));
237 mSuggestions.add(i + 1, autoText);
    [all...]
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/6/
android.jar 

Completed in 52 milliseconds