Searched refs:passwordInputType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java521 void adjustInputType(boolean password, boolean passwordInputType, argument
527 if (password || passwordInputType) {
H A DTextView.java1016 final boolean passwordInputType = variation
1133 if (mEditor != null) mEditor.adjustInputType(password, passwordInputType,
1192 if (password || passwordInputType || webPasswordInputType || numberPasswordInputType) {

Completed in 35 milliseconds