Searched refs:mBackgroundInsets (Results 1 – 1 of 1) sorted by relevance
283 private Insets mBackgroundInsets = Insets.NONE; field in DecorView1260 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()1262 mBackgroundInsets = Insets.NONE; in updateColorViews()1275 if (mBackgroundInsets == null) { in updateBackgroundDrawable()1276 mBackgroundInsets = Insets.NONE; in updateBackgroundDrawable()1279 if (mBackgroundInsets.equals(mLastBackgroundInsets) in updateBackgroundDrawable()1291 if (destDrawable != null && !mBackgroundInsets.equals(Insets.NONE)) { in updateBackgroundDrawable()1293 mBackgroundInsets.left, mBackgroundInsets.top, in updateBackgroundDrawable()1294 mBackgroundInsets.right, mBackgroundInsets.bottom) { in updateBackgroundDrawable()1310 mLastBackgroundInsets = mBackgroundInsets; in updateBackgroundDrawable()