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

/frameworks/base/core/java/android/widget/
H A DSelectionActionModeHelper.java232 || TextView.isPasswordInputType(mTextView.getInputType());
H A DTextView.java3709 final boolean wasPasswordType = isPasswordInputType(mEditor.mInputType);
5970 final boolean wasPassword = isPasswordInputType(getInputType());
5973 final boolean isPassword = isPasswordInputType(type);
6016 * a password transformation. We should hence use isPasswordInputType instead of this method.
6033 static boolean isPasswordInputType(int inputType) { method in class:TextView
10573 || isPasswordInputType(getInputType());

Completed in 30 milliseconds