android.animation.FloatEvaluator

Here are the examples of the java api class android.animation.FloatEvaluator taken from open source projects.

1. UnrevealRectangularShapeAnimator#init()

Project: hintcase
File: UnrevealRectangularShapeAnimator.java
private void init() {
    floatEvaluator = new FloatEvaluator();
}

2. RevealRectangularShapeAnimator#init()

Project: hintcase
File: RevealRectangularShapeAnimator.java
private void init() {
    floatEvaluator = new FloatEvaluator();
}