Searched defs:WaveView (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DWaveView.java45 public class WaveView extends View implements ValueAnimator.AnimatorUpdateListener { class in inherits:View,ValueAnimator.AnimatorUpdateListener
46 private static final String TAG = "WaveView";
111 public WaveView(Context context) { method in class:WaveView
115 public WaveView(Context context, AttributeSet attrs) { method in class:WaveView
118 // TypedArray a = context.obtainStyledAttributes(attrs, R.styleable.WaveView);
459 wave.startAnimations(WaveView.this);

Completed in 27 milliseconds