Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DTextView.java7639 final int newClass = newType & EditorInfo.TYPE_MASK_CLASS; in setInputType() local
7640 if (newClass != EditorInfo.TYPE_CLASS_NUMBER) { in setInputType()