Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleDrawable.java230 private float mBackgroundOpacity; field in RippleDrawable
858 mBackgroundOpacity = 0; in enterPatternedBackgroundAnimation()
876 mBackgroundAnimation = ValueAnimator.ofFloat(mBackgroundOpacity, mTargetBackgroundOpacity); in startBackgroundAnimation()
880 mBackgroundOpacity = (float) update.getAnimatedValue(); in startBackgroundAnimation()
960 if (mBackgroundOpacity == 0) return; in drawPatternedBackground()
962 float newOpacity = mBackgroundOpacity; in drawPatternedBackground()