Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DTextView.java1037 mEditor.createInputContentTypeIfNeeded(); in TextView()
1044 mEditor.createInputContentTypeIfNeeded(); in TextView()
1050 mEditor.createInputContentTypeIfNeeded(); in TextView()
4388 mEditor.createInputContentTypeIfNeeded(); in setImeOptions()
4415 mEditor.createInputContentTypeIfNeeded(); in setImeActionLabel()
4452 mEditor.createInputContentTypeIfNeeded(); in setOnEditorActionListener()
4549 mEditor.createInputContentTypeIfNeeded(); in setPrivateImeOptions()
4578 mEditor.createInputContentTypeIfNeeded(); in setInputExtras()
4598 mEditor.createInputContentTypeIfNeeded(); in getInputExtras()
DEditor.java450 void createInputContentTypeIfNeeded() { in createInputContentTypeIfNeeded() method in Editor