Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java98 public static boolean isAutoSpaceFriendlyType(final int inputType) { in isAutoSpaceFriendlyType() method in InputTypeUtils
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DInputAttributes.java112 mShouldInsertSpacesAutomatically = InputTypeUtils.isAutoSpaceFriendlyType(inputType); in InputAttributes()