Searched defs:Property (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/include/input/ |
D | KeyCharacterMap.h | 184 struct Property { struct 208 status_t parseKeyProperty(); argument
|
/frameworks/base/core/java/android/util/ |
D | Property.java | 28 public abstract class Property<T, V> { class 61 public Property(Class<V> type, String name) { in Property() method in Property
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/pbap/utils/ |
D | BmsgTokenizer.java | 35 static public class Property { class in BmsgTokenizer 39 public Property(String name, String value) { in Property() method in BmsgTokenizer.Property
|
/frameworks/opt/bluetooth/src/android/bluetooth/client/map/utils/ |
D | BmsgTokenizer.java | 35 static public class Property { class in BmsgTokenizer 39 public Property(String name, String value) { in Property() method in BmsgTokenizer.Property
|
/frameworks/base/media/java/android/mtp/ |
D | MtpPropertyGroup.java | 35 private class Property { class in MtpPropertyGroup 43 Property(int code, int type, int column) { in Property() method in MtpPropertyGroup.Property
|
/frameworks/opt/calendar/src/com/android/calendarcommon2/ |
D | ICalendar.java | 224 public static class Property { class in ICalendar 245 public Property(String name) { in Property() method in ICalendar.Property 254 public Property(String name, String value) { in Property() method in ICalendar.Property
|
/frameworks/base/core/java/android/animation/ |
D | PropertyValuesHolder.java | 168 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() argument 286 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() argument 469 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument 494 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
|