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 37 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
39 if (inputClass != InputType.TYPE_CLASS_TEXT) {
49 } else if (inputClass == 0) {
110 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
111 if (inputClass == InputType.TYPE_CLASS_TEXT)
113 if (inputClass == InputType.TYPE_CLASS_PHONE)
115 if (inputClass == InputType.TYPE_CLASS_NUMBER)
117 if (inputClass == InputType.TYPE_CLASS_DATETIME)
  /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 33 milliseconds