Home
last modified time | relevance | path

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

/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/native/include/input/
DKeyCharacterMap.h198 struct Property { struct
222 status_t parseKeyProperty(); argument
/frameworks/support/transition/src/main/java/androidx/transition/
DPropertyValuesHolderUtils.java37 static PropertyValuesHolder ofPointF(Property<?, PointF> property, Path path) { in ofPointF() argument
/frameworks/base/media/java/android/mtp/
DMtpPropertyGroup.java37 private class Property { class in MtpPropertyGroup
42 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.java167 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
487 public static <T, V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
512 public static <V> PropertyValuesHolder ofObject(Property<?, V> property, in ofObject() argument
/frameworks/base/libs/hwui/
DVectorDrawable.h312 enum class Property { enum
436 enum class Property { enum
/frameworks/base/core/proto/android/os/
Dsystem_properties.proto31 message Property { message