Searched refs:isAnyPasswordInputType (Results 1 – 2 of 2) sorted by relevance
1023 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()1193 if (view instanceof TextView && ((TextView) view).isAnyPasswordInputType()) { in notifyViewEnteredLocked()
6628 public boolean isAnyPasswordInputType() { in isAnyPasswordInputType() method in TextView.Drawables