Home
last modified time | relevance | path

Searched defs:Property (Results 1 – 7 of 7) sorted by relevance

/frameworks/native/include/input/
DKeyCharacterMap.h184 struct Property { struct
208 status_t parseKeyProperty(); argument
/frameworks/base/core/java/android/util/
DProperty.java28 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/map/utils/
DBmsgTokenizer.java35 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/pbap/utils/
DBmsgTokenizer.java35 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/
DMtpPropertyGroup.java35 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/
DICalendar.java224 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/
DPropertyValuesHolder.java166 public static PropertyValuesHolder ofInt(Property<?, Integer> property, int... values) { in ofInt() argument
284 public static PropertyValuesHolder ofFloat(Property<?, Float> property, float... values) { in ofFloat() argument
467 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
492 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument