Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DInputTypeUtils.java44 private static boolean isWebEditTextInputType(final int inputType) { in isWebEditTextInputType() method in InputTypeUtils
79 return isWebEditTextInputType(maskedInputType) || isWebPasswordInputType(maskedInputType) in isWebInputType()