Searched refs:mBackgroundPosition (Results 1 – 1 of 1) sorted by relevance
59 private RectF mBackgroundPosition; field in FloatingWidgetView163 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 …]