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.java89 mAnimator = ObjectAnimator.ofFloat(this, OPACITY, newOpacity); in onStateChanged()
108 private static final BackgroundProperty OPACITY = new BackgroundProperty("opacity") { field in RippleBackground
DRippleForeground.java233 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 1); in startSoftwareEnter()
241 final ObjectAnimator opacity = ObjectAnimator.ofFloat(this, OPACITY, 0); in startSoftwareExit()
456 private static final FloatProperty<RippleForeground> OPACITY = field in RippleForeground