public static class RevealAnimator.RevealInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
centerX |
int |
centerY |
float |
endRadius |
float |
startRadius |
java.lang.ref.WeakReference<android.view.View> |
target |
| Constructor and Description |
|---|
RevealAnimator.RevealInfo(int centerX,
int centerY,
float startRadius,
float endRadius,
java.lang.ref.WeakReference<android.view.View> target) |
public final int centerX
public final int centerY
public final float startRadius
public final float endRadius
public final java.lang.ref.WeakReference<android.view.View> target