Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java7055 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType; in onEditorAction() local
7056 if (ict != null) { in onEditorAction()
7057 if (ict.onEditorActionListener != null) { in onEditorAction()
7058 if (ict.onEditorActionListener.onEditorAction(this, in onEditorAction()