Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java218 LayoutParams backgroundParams = (LayoutParams) mBackgroundView.getLayoutParams(); in positionViews() local
219 backgroundParams.leftMargin = 0; in positionViews()
220 backgroundParams.topMargin = 0; in positionViews()
221 backgroundParams.width = (int) mBackgroundPosition.width(); in positionViews()
222 backgroundParams.height = (int) mBackgroundPosition.height(); in positionViews()
223 mBackgroundView.setLayoutParams(backgroundParams); in positionViews()