Searched refs:mEditorActionListener (Results 1 – 1 of 1) sorted by relevance
43 private TextView.OnEditorActionListener mEditorActionListener = null; field in EditTextFragment82 mEditorActionListener = listener; in setOnEditorActionListener()144 if (mEditorActionListener != null) { in onEditorAction()145 return mEditorActionListener.onEditorAction(v, actionId, event); in onEditorAction()