public class ViewRevealManager
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ViewRevealManager.RevealValues |
| Modifier and Type | Field and Description |
|---|---|
static io.codetail.animation.ViewRevealManager.ClipRadiusProperty |
REVEAL |
| Constructor and Description |
|---|
ViewRevealManager() |
| Modifier and Type | Method and Description |
|---|---|
protected android.animation.ObjectAnimator |
createAnimator(ViewRevealManager.RevealValues data) |
java.util.Map<android.view.View,ViewRevealManager.RevealValues> |
getTargets() |
protected boolean |
hasCustomerRevealAnimator() |
boolean |
isClipped(android.view.View child) |
boolean |
transform(android.graphics.Canvas canvas,
android.view.View child)
Applies path clipping on a canvas before drawing child,
you should save canvas state before transformation and
restore it afterwards
|
public static final io.codetail.animation.ViewRevealManager.ClipRadiusProperty REVEAL
protected android.animation.ObjectAnimator createAnimator(ViewRevealManager.RevealValues data)
public final java.util.Map<android.view.View,ViewRevealManager.RevealValues> getTargets()
protected boolean hasCustomerRevealAnimator()
public boolean isClipped(android.view.View child)
public boolean transform(android.graphics.Canvas canvas,
android.view.View child)
canvas - Canvas to apply clipping before drawingchild - Reveal animation target