Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DEditor.java571 boolean webPasswordInputType, boolean numberPasswordInputType) { in adjustInputType() argument
580 if (webPasswordInputType) { in adjustInputType()
DTextView.java1118 final boolean webPasswordInputType = variation in TextView()
1234 webPasswordInputType, numberPasswordInputType); in TextView()
1296 if (password || passwordInputType || webPasswordInputType || numberPasswordInputType) { in TextView()