Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/autofill/
DAutofillManager.java1023 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()
1193 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()
/frameworks/base/core/java/android/widget/
DTextView.java6628 public boolean isAnyPasswordInputType() { in isAnyPasswordInputType() method in TextView.Drawables