Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetBackgroundView.java101 void update(float cornerRadiusProgress, float fallbackAlpha) { in update() argument
104 * cornerRadiusProgress; in update()
105 mForegroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
106 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()
H A DFloatingWidgetView.java200 float fallbackBackgroundAlpha, float cornerRadiusProgress) { in update() argument
203 mBackgroundView.update(cornerRadiusProgress, fallbackBackgroundAlpha); in update()