Java android.view ViewAnimationUtils fields, constructors, methods, implement or subclass

Example usage for Java android.view ViewAnimationUtils fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view ViewAnimationUtils.

The text is from its open source code.

Method

AnimatorcreateCircularReveal(View view, int centerX, int centerY, float startRadius, float endRadius)
Returns an Animator which can animate a clipping circle.