Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java949 mEditor.createInputContentTypeIfNeeded(); in TextView()
956 mEditor.createInputContentTypeIfNeeded(); in TextView()
962 mEditor.createInputContentTypeIfNeeded(); in TextView()
4025 mEditor.createInputContentTypeIfNeeded(); in setImeOptions()
4052 mEditor.createInputContentTypeIfNeeded(); in setImeActionLabel()
4089 mEditor.createInputContentTypeIfNeeded(); in setOnEditorActionListener()
4186 mEditor.createInputContentTypeIfNeeded(); in setPrivateImeOptions()
4215 mEditor.createInputContentTypeIfNeeded(); in setInputExtras()
4235 mEditor.createInputContentTypeIfNeeded(); in getInputExtras()
DEditor.java405 void createInputContentTypeIfNeeded() { in createInputContentTypeIfNeeded() method in Editor