Searched refs:mAppWidgetBackgroundView (Results 1 – 1 of 1) sorted by relevance
58 private View mAppWidgetBackgroundView; field in FloatingWidgetView167 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()168 if (mAppWidgetBackgroundView == null) { in init()169 mAppWidgetBackgroundView = mAppWidgetView; in init()172 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()173 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()175 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()234 mBackgroundPosition.width() / mAppWidgetBackgroundView.getWidth(); in positionViews()273 mAppWidgetBackgroundView = null; in recycle()