Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DFloatingWidgetView.java59 private RectF mBackgroundPosition; field in FloatingWidgetView
163 mBackgroundPosition = widgetBackgroundPosition; in init()
172 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()
205 mBackgroundPosition = backgroundPosition; in update()
222 mBackgroundView.setTranslationX(mBackgroundPosition.left); in positionViews()
223 mBackgroundView.setTranslationY(mBackgroundPosition.top + mIconOffsetY); in positionViews()
227 backgroundParams.width = (int) mBackgroundPosition.width(); in positionViews()
228 backgroundParams.height = (int) mBackgroundPosition.height(); in positionViews()
234 mBackgroundPosition.width() / mAppWidgetBackgroundView.getWidth(); in positionViews()
238 sTmpMatrix.postTranslate(mBackgroundPosition.left, mBackgroundPosition.top in positionViews()
[all …]