Searched refs:ict (Results 1 – 1 of 1) sorted by relevance
7055 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType; in onEditorAction() local7056 if (ict != null) { in onEditorAction()7057 if (ict.onEditorActionListener != null) { in onEditorAction()7058 if (ict.onEditorActionListener.onEditorAction(this, in onEditorAction()