Searched refs:cornerRadiusProgress (Results 1 – 2 of 2) sorted by relevance
97 void update(float cornerRadiusProgress, float fallbackAlpha) { in update() argument100 * cornerRadiusProgress; in update()101 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()102 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
194 float fallbackBackgroundAlpha, float cornerRadiusProgress) { in update() argument197 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()