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