Searched refs:OPACITY (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java94 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1);
107 final ObjectAnimator exit = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 0);
118 final ObjectAnimator enter = ObjectAnimator.ofFloat(this, RippleBackground.OPACITY, 1);
179 private static final BackgroundProperty OPACITY = new BackgroundProperty("opacity") { field in class:RippleBackground
H A DRippleForeground.java185 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1);
254 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 0);
421 private static final FloatProperty<RippleForeground> OPACITY = field in class:RippleForeground

Completed in 60 milliseconds