Searched refs:passwordInputType (Results 1 – 2 of 2) sorted by relevance
570 void adjustInputType(boolean password, boolean passwordInputType, in adjustInputType() argument576 if (password || passwordInputType) { in adjustInputType()
1116 final boolean passwordInputType = variation in TextView()1233 if (mEditor != null) mEditor.adjustInputType(password, passwordInputType, in TextView()1296 if (password || passwordInputType || webPasswordInputType || numberPasswordInputType) { in TextView()