Searched defs:Property (Results 1 – 5 of 5) sorted by relevance
184 struct Property { struct208 status_t parseKeyProperty(); argument
28 public abstract class Property<T, V> { class61 public Property(Class<V> type, String name) { in Property() method in Property
36 private class Property { class in MtpPropertyGroup44 Property(int code, int type, int column) { in Property() method in MtpPropertyGroup.Property
224 public static class Property { class in ICalendar245 public Property(String name) { in Property() method in ICalendar.Property254 public Property(String name, String value) { in Property() method in ICalendar.Property
163 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() argument185 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() argument