Searched defs:ReflectiveProperty (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DReflectiveProperty.java26 class ReflectiveProperty<T, V> extends Property<T, V> { class in inherits:Property
45 public ReflectiveProperty(Class<T> propertyHolder, Class<V> valueType, String name) { method in class:ReflectiveProperty

Completed in 472 milliseconds