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.java97 void update(float cornerRadiusProgress, float fallbackAlpha) { in update() argument
100 * cornerRadiusProgress; in update()
101 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
102 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
DFloatingWidgetView.java194 float fallbackBackgroundAlpha, float cornerRadiusProgress) { in update() argument
197 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()