Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java4517 final boolean wasPassword = isPasswordInputType(getInputType()); in setInputType()
4520 final boolean isPassword = isPasswordInputType(type); in setInputType()
4576 private static boolean isPasswordInputType(int inputType) { in isPasswordInputType() method in TextView
8786 || isPasswordInputType(getInputType()); in onProvideStructure()
10146 && ((!isPasswordInputType(getInputType()) && !hasPasswordTransformationMethod()) in beforeTextChanged()