Searched refs:isWebEditTextInputType (Results 1 – 1 of 1) sorted by relevance
44 private static boolean isWebEditTextInputType(final int inputType) { in isWebEditTextInputType() method in InputTypeUtils79 return isWebEditTextInputType(maskedInputType) || isWebPasswordInputType(maskedInputType) in isWebInputType()