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 56 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
60 if (inputClass != InputType.TYPE_CLASS_TEXT) {
70 } else if (inputClass == 0) {
83 // inputClass == InputType.TYPE_CLASS_TEXT
123 // If we come here, inputClass is always TYPE_CLASS_TEXT
152 final int inputClass = inputType & InputType.TYPE_MASK_CLASS;
153 final String inputClassString = toInputClassString(inputClass);
155 inputClass, inputType & InputType.TYPE_TEXT_VARIATION_EMAIL_ADDRESS);
162 private static String toInputClassString(final int inputClass) {
163 switch (inputClass) {
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d11/
InputLayoutCache.cpp 109 D3D11_INPUT_CLASSIFICATION inputClass = attributes[i].divisor > 0 ? D3D11_INPUT_PER_INSTANCE_DATA : D3D11_INPUT_PER_VERTEX_DATA;
124 ilKey.elements[ilKey.elementCount].desc.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 82 milliseconds