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

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java35 class RippleBackground extends RippleComponent { class in inherits:RippleComponent
55 public RippleBackground(RippleDrawable owner, Rect bounds, boolean isBounded, method in class:RippleBackground
107 final ObjectAnimator exit = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 0);
118 final ObjectAnimator enter = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 1);
173 private static abstract class BackgroundProperty extends FloatProperty<RippleBackground> {
181 public void setValue(RippleBackground object, float value) {
187 public Float get(RippleBackground object) {

Completed in 553 milliseconds