Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DLabeledEditorView.java68 private static final int INPUT_TYPE_CUSTOM = EditorInfo.TYPE_CLASS_TEXT field in LabeledEditorView
448 editText.setInputType(INPUT_TYPE_CUSTOM); in createCustomDialog()