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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
InputAttributes.java 40 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
42 if (inputClass != InputType.TYPE_CLASS_TEXT) {
52 } else if (inputClass == 0) {
117 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
118 if (inputClass == InputType.TYPE_CLASS_TEXT)
120 if (inputClass == InputType.TYPE_CLASS_PHONE)
122 if (inputClass == InputType.TYPE_CLASS_NUMBER)
124 if (inputClass == InputType.TYPE_CLASS_DATETIME)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
InputLayoutCache.cpp 101 D3D11_INPUT_CLASSIFICATION inputClass = attributes[i].divisor > 0 ? D3D11_INPUT_PER_INSTANCE_DATA : D3D11_INPUT_PER_VERTEX_DATA;
113 ilKey.elements[ilKey.elementCount].InputSlotClass = inputClass;
  /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 145 milliseconds