Searched refs:cornerRadiusProgress (Results 1 – 2 of 2) sorted by relevance
115 void update(float cornerRadiusProgress, float fallbackAlpha) { in update() argument118 * cornerRadiusProgress; in update()119 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()120 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
200 float fallbackBackgroundAlpha, float cornerRadiusProgress) { in update() argument203 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()