Home
last modified time | relevance | path

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

/external/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/
DCatchEventsEditText.java39 setOnEditorActionListener(this); in CatchEventsEditText()
44 setOnEditorActionListener(this); in CatchEventsEditText()
49 setOnEditorActionListener(this); in CatchEventsEditText()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextView.java151 protected void setOnEditorActionListener(TextView.OnEditorActionListener l) { in setOnEditorActionListener() method in ShadowTextView
153 directlyOn(realTextView, TextView.class).setOnEditorActionListener(l); in setOnEditorActionListener()
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextViewTest.java72 textView.setOnEditorActionListener(actionListener); in shouldTriggerTheImeListener()
84 textView.setOnEditorActionListener(actionListener); in shouldCreateGetterForEditorActionListener()
/external/webrtc/webrtc/examples/androidapp/src/org/appspot/apprtc/
DConnectActivity.java111 roomEditText.setOnEditorActionListener( in onCreate()