Searched refs:mAppWidgetBackgroundView (Results 1 – 1 of 1) sorted by relevance
56 private View mAppWidgetBackgroundView; field in FloatingWidgetView161 mAppWidgetBackgroundView = RoundedCornerEnforcement.findBackground(mAppWidgetView); in init()162 if (mAppWidgetBackgroundView == null) { in init()163 mAppWidgetBackgroundView = mAppWidgetView; in init()166 getRelativePosition(mAppWidgetBackgroundView, dragLayer, mBackgroundPosition); in init()167 getRelativePosition(mAppWidgetBackgroundView, mAppWidgetView, mBackgroundOffset); in init()169 mBackgroundView.init(mAppWidgetView, mAppWidgetBackgroundView, windowCornerRadius, in init()228 mBackgroundPosition.width() / mAppWidgetBackgroundView.getWidth(); in positionViews()267 mAppWidgetBackgroundView = null; in recycle()