@Override
 public InputConnection onCreateInputConnection(EditorInfo outAttrs) {
   return mContentViewCore.onCreateInputConnection(outAttrs);
 }