Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
H A DFloatingWidgetBackgroundView.java45 private final DrawableProperties mBackgroundProperties = new DrawableProperties(); field in FloatingWidgetBackgroundView
86 mBackgroundProperties.init( in init()
88 setBackground(mBackgroundProperties.mDrawable); in init()
106 mBackgroundProperties.updateDrawable(mFinalRadius, cornerRadiusProgress); in update()