Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A DTextFieldsEditorView.java178 if (getEditorListener() != null) {
179 getEditorListener().onRequest(EditorListener.EDITOR_FOCUS_CHANGED);
H A DLabeledEditorView.java254 protected EditorListener getEditorListener(){ in getEditorListener() method in LabeledEditorView