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

  /frameworks/base/core/java/android/text/
InputType.java 156 public static final int TYPE_TEXT_FLAG_NO_SUGGESTIONS = 0x00080000;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 59 0 != (inputType & InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
143 if (0 != (inputType & InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS))
144 Log.i(TAG, " TYPE_TEXT_FLAG_NO_SUGGESTIONS");
  /packages/apps/Contacts/src/com/android/contacts/dialpad/
DigitsEditText.java 34 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /packages/apps/Calculator/src/com/android/calculator2/
CalculatorDisplay.java 66 return InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS;
CalculatorEditText.java 53 setInputType(InputType.TYPE_CLASS_TEXT | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 174 InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS | InputType.TYPE_TEXT_FLAG_CAP_WORDS);
    [all...]
  /frameworks/base/core/java/android/widget/
SearchView.java     [all...]
NumberPicker.java     [all...]
TextView.java     [all...]
  /frameworks/ex/chips/src/com/android/ex/chips/
RecipientEditTextView.java 247 setInputType(getInputType() | InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
    [all...]
  /frameworks/base/core/java/android/webkit/
WebViewClassic.java 369 inputType |= InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS;
    [all...]
  /prebuilts/sdk/12/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 1168 milliseconds