Searched refs:ict (Results 1 – 1 of 1) sorted by relevance
7002 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType; in onEditorAction() local7003 if (ict != null) { in onEditorAction()7004 if (ict.onEditorActionListener != null) { in onEditorAction()7005 if (ict.onEditorActionListener.onEditorAction(this, in onEditorAction()