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

  /external/ksoap2/ksoap2-base/src/main/java/org/ksoap2/serialization/
SoapObject.java 53 * The Vector of properties (can contain PropertyInfo and SoapObject)
123 if (otherProp instanceof PropertyInfo &&
124 thisProp instanceof PropertyInfo) {
126 PropertyInfo otherPropInfo = (PropertyInfo) otherProp;
127 PropertyInfo thisPropInfo = (PropertyInfo) thisProp;
151 if (prop instanceof PropertyInfo) {
152 return ((PropertyInfo) prop).getValue();
165 PropertyInfo propertyInfo = (PropertyInfo) properties.elementAt(index)
    [all...]
SoapSerializationEnvelope.java 103 addMapping(enc, ARRAY_MAPPING_NAME, PropertyInfo.VECTOR_CLASS);
155 PropertyInfo.OBJECT_TYPE);
183 PropertyInfo info = new PropertyInfo();
215 ((SoapObject) obj).getNamespace(), name, PropertyInfo.OBJECT_TYPE));
283 PropertyInfo.OBJECT_TYPE));
300 protected void readVector(XmlPullParser parser, Vector v, PropertyInfo elementType)
321 elementType = PropertyInfo.OBJECT_TYPE;
347 PropertyInfo expected) throws IOException, XmlPullParserException {
432 PropertyInfo expected
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
PropertyTable.java 114 private List<PropertyInfo> m_properties;
131 m_collapsedIds.add("|" + name); // See PropertyInfo constructor for id syntax
327 * {@link PropertyInfo} was selected.
421 PropertyInfo propertyInfo = m_properties.get(index);
423 if (isLocationState(propertyInfo, event.x)) {
426 propertyInfo.flip();
497 PropertyInfo propertyInfo = m_properties.get(propertyIndex);
498 Property property = propertyInfo.getProperty()
    [all...]
  /external/ksoap2/ksoap2-j2se/src/main/java/org/ksoap2/serialization/
MarshalFloat.java 31 PropertyInfo propertyInfo)
  /prebuilts/tools/common/m2/repository/com/android/tools/external/propertysheet/1.0/
propertysheet-1.0.jar 

Completed in 96 milliseconds