Searched refs:InputContentType (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DEditor.java123 InputContentType mInputContentType;
407 mInputContentType = new InputContentType();
3810 static class InputContentType { class in class:Editor
H A DTextView.java4114 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType;

Completed in 64 milliseconds