Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java570 void adjustInputType(boolean password, boolean passwordInputType, in adjustInputType() argument
576 if (password || passwordInputType) { in adjustInputType()
DTextView.java1116 final boolean passwordInputType = variation in TextView()
1233 if (mEditor != null) mEditor.adjustInputType(password, passwordInputType, in TextView()
1296 if (password || passwordInputType || webPasswordInputType || numberPasswordInputType) { in TextView()