Home
last modified time | relevance | path

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

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