Merge "Fix typo in JavaDoc for TypeEvaluator." into klp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
567c7408cb
@@ -19,7 +19,7 @@ package android.animation;
|
|||||||
/**
|
/**
|
||||||
* Interface for use with the {@link ValueAnimator#setEvaluator(TypeEvaluator)} function. Evaluators
|
* Interface for use with the {@link ValueAnimator#setEvaluator(TypeEvaluator)} function. Evaluators
|
||||||
* allow developers to create animations on arbitrary property types, by allowing them to supply
|
* allow developers to create animations on arbitrary property types, by allowing them to supply
|
||||||
* custom evaulators for types that are not automatically understood and used by the animation
|
* custom evaluators for types that are not automatically understood and used by the animation
|
||||||
* system.
|
* system.
|
||||||
*
|
*
|
||||||
* @see ValueAnimator#setEvaluator(TypeEvaluator)
|
* @see ValueAnimator#setEvaluator(TypeEvaluator)
|
||||||
|
|||||||
Reference in New Issue
Block a user