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

/frameworks/base/core/java/android/animation/
H A DTypeConverter.java23 * @see PropertyValuesHolder#setConverter(TypeConverter)
25 public abstract class TypeConverter<T, V> { class
29 public TypeConverter(Class<T> fromClass, Class<V> toClass) { method in class:TypeConverter
H A DObjectAnimator.java352 TypeConverter<T, int[]> converter, TypeEvaluator<T> evaluator, T... values) {
548 TypeConverter<T, float[]> converter, TypeEvaluator<T> evaluator, T... values) {
599 @Nullable TypeConverter<PointF, ?> converter, Path path) {
633 * the duration of the animation). This variant supplies a <code>TypeConverter</code> to
635 * supplied, the <code>TypeConverter</code> must be a
649 TypeConverter<V, P> converter, TypeEvaluator<V> evaluator, V... values) {
665 * not be stored by the setter or TypeConverter.</p>
676 @Nullable TypeConverter<PointF, V> converter, Path path) {
598 ofObject(Object target, String propertyName, @Nullable TypeConverter<PointF, ?> converter, Path path) argument
675 ofObject(T target, @NonNull Property<T, V> property, @Nullable TypeConverter<PointF, V> converter, Path path) argument

Completed in 65 milliseconds