Home | History | Annotate | Download | only in widget

Lines Matching defs:isPasswordInputType

3740 isPasswordInputType(getInputType());
3743 final boolean isPassword = isPasswordInputType(type);
3782 * a password transformation. We should hence use isPasswordInputType instead of this method.
3799 private static boolean isPasswordInputType(int inputType) {
8783 && ((!isPasswordInputType(getInputType()) && !hasPasswordTransformationMethod())