Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java59 private View mAppWidgetBackgroundView; field in FloatingWidgetView
168 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()
169 if (mAppWidgetBackgroundView == null) { in init()
170 mAppWidgetBackgroundView = mAppWidgetView; in init()
173 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()
174 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()
176 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()
257 mBackgroundPosition.width() / mAppWidgetBackgroundView.getWidth(); in positionViews()
303 mAppWidgetBackgroundView = null; in recycle()