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

/frameworks/base/core/java/android/widget/
H A DEditor.java121 InputContentType mInputContentType;
375 mInputContentType = new InputContentType();
3773 static class InputContentType { class in class:Editor
H A DTextView.java3985 final Editor.InputContentType ict = mEditor == null ? null : mEditor.mInputContentType;

Completed in 41 milliseconds