Skip to content

Instantly share code, notes, and snippets.

View jungletian's full-sized avatar
💭
I may be slow to respond.

ZhangTitanjum jungletian

💭
I may be slow to respond.
View GitHub Profile
public class RippleView extends RelativeLayout {
private int WIDTH;
private int HEIGHT;
private int frameRate = 10;
private int rippleDuration = 400;
private int rippleAlpha = 90;
private Handler canvasHandler;
private float radiusMax = 0;
private boolean animationRunning = false;