Searched refs:passwordInputType (Results 1 – 3 of 3) sorted by relevance
214 .anyMatch(passwordInputType -> (inputType & passwordInputType) != 0); in isAndroidPasswordField()
1106 void adjustInputType(boolean password, boolean passwordInputType, in adjustInputType() argument1112 if (password || passwordInputType) { in adjustInputType()
1605 final boolean passwordInputType = variation1731 mEditor.adjustInputType(password, passwordInputType, webPasswordInputType,1801 final boolean isPassword = password || passwordInputType || webPasswordInputType