MatrixEvaluator

public class MatrixEvaluator 


Type evaluator for Matrix interpolation. Copied from androidx.transition.TransitionUtils.MatrixEvaluator.

Summary

Public constructors

Public methods

Matrix
evaluate(float fraction, Matrix startValue, Matrix endValue)

Public constructors

MatrixEvaluator

public MatrixEvaluator()

Public methods

evaluate

public Matrix evaluate(float fraction, Matrix startValue, Matrix endValue)

Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.

Last updated 2025年10月28日 UTC.