Searched refs:ict (Results 1 – 1 of 1) sorted by relevance
7146 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType; in onEditorAction() local7147 if (ict != null) { in onEditorAction()7148 if (ict.onEditorActionListener != null) { in onEditorAction()7149 if (ict.onEditorActionListener.onEditorAction(this, in onEditorAction()