Searched defs:isPasswordInputType (Results 1 - 1 of 1) sorted by relevance

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

Completed in 122 milliseconds