Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java7146 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType; in onEditorAction() local
7147 if (ict != null) { in onEditorAction()
7148 if (ict.onEditorActionListener != null) { in onEditorAction()
7149 if (ict.onEditorActionListener.onEditorAction(this, in onEditorAction()