Searched refs:hostType (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/util/
H A DProperty.java54 public static <T, V> Property<T, V> of(Class<T> hostType, Class<V> valueType, String name) { argument
55 return new ReflectiveProperty<T, V>(hostType, valueType, name);

Completed in 45 milliseconds