Home
last modified time | relevance | path

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

/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DViewInflater.java74 private static final Map<String, Integer> mInputTypes = new HashMap<String, Integer>(); field in ViewInflater
940 if (mInputTypes.size() == 0) { in getInputTypes()
941 mInputTypes.put("none", 0x00000000); in getInputTypes()
942 mInputTypes.put("text", 0x00000001); in getInputTypes()
943 mInputTypes.put("textCapCharacters", 0x00001001); in getInputTypes()
944 mInputTypes.put("textCapWords", 0x00002001); in getInputTypes()
945 mInputTypes.put("textCapSentences", 0x00004001); in getInputTypes()
946 mInputTypes.put("textAutoCorrect", 0x00008001); in getInputTypes()
947 mInputTypes.put("textAutoComplete", 0x00010001); in getInputTypes()
948 mInputTypes.put("textMultiLine", 0x00020001); in getInputTypes()
[all …]