Home
last modified time | relevance | path

Searched refs:onEditorActionListener (Results 1 – 1 of 1) sorted by relevance

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java44 private TextView.OnEditorActionListener onEditorActionListener; field in ShadowTextView
152 this.onEditorActionListener = l; in setOnEditorActionListener()
157 return onEditorActionListener; in getOnEditorActionListener()