Searched defs:isPasswordInputType (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/widget/
H A DTextView.java3869 final boolean wasPassword = isPasswordInputType(getInputType());
3872 final boolean isPassword = isPasswordInputType(type);
3911 * a password transformation. We should hence use isPasswordInputType instead of this method.
3928 private static boolean isPasswordInputType(int inputType) { method in class:TextView
8869 && ((!isPasswordInputType(getInputType()) && !hasPasswordTransformationMethod())

Completed in 42 milliseconds