HomeSort by relevance Sort by last modified time
    Searched refs:inputClass (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 63 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
67 if (inputClass != InputType.TYPE_CLASS_TEXT) {
77 } else if (inputClass == 0) {
91 // inputClass == InputType.TYPE_CLASS_TEXT
134 // If we come here, inputClass is always TYPE_CLASS_TEXT
163 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
164 final String inputClassString = toInputClassString(inputClass);
166 inputClass, inputType & InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS);
173 private static String toInputClassString(final int inputClass) {
174 switch (inputClass) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.ui.workbench_3.6.2.M20110210-1200.jar 

Completed in 3740 milliseconds