Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetBackgroundView.java115 void update(float cornerRadiusProgress, float fallbackAlpha) { in update() argument
118 * cornerRadiusProgress; in update()
119 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
120 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
DFloatingWidgetView.java200 float fallbackBackgroundAlpha, float cornerRadiusProgress) { in update() argument
203 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()