Searched refs:actionListener (Results 1 – 2 of 2) sorted by relevance
71 TestOnEditorActionListener actionListener = new TestOnEditorActionListener(); in shouldTriggerTheImeListener() local72 textView.setOnEditorActionListener(actionListener); in shouldTriggerTheImeListener()76 assertThat(actionListener.textView).isSameAs(textView); in shouldTriggerTheImeListener()77 assertThat(actionListener.sentImeId).isEqualTo(EditorInfo.IME_ACTION_GO); in shouldTriggerTheImeListener()82 TestOnEditorActionListener actionListener = new TestOnEditorActionListener(); in shouldCreateGetterForEditorActionListener() local84 textView.setOnEditorActionListener(actionListener); in shouldCreateGetterForEditorActionListener()86 assertThat(shadowOf(textView).getOnEditorActionListener()).isSameAs(actionListener); in shouldCreateGetterForEditorActionListener()
179 private OnPerformActionListener actionListener; field in ShadowAccessibilityNodeInfo990 return actionListener == null || actionListener.onPerformAccessibilityAction(action, arguments); in performAction()1106 newShadow.actionListener = actionListener; in getClone()1278 actionListener = listener; in setOnPerformActionListener()