Searched refs:OPACITY (Results 1 – 2 of 2) sorted by relevance
89 mAnimator = ObjectAnimator.ofFloat(this, OPACITY, newOpacity); in onStateChanged()108 private static final BackgroundProperty OPACITY = new BackgroundProperty("opacity") { field in RippleBackground
233 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