Searched refs:mBackgroundInsets (Results 1 – 1 of 1) sorted by relevance
259 private Insets mBackgroundInsets = Insets.NONE; field in DecorView1239 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()1241 mBackgroundInsets = Insets.NONE; in updateColorViews()1254 if (mBackgroundInsets == null) { in updateBackgroundDrawable()1255 mBackgroundInsets = Insets.NONE; in updateBackgroundDrawable()1258 if (mBackgroundInsets.equals(mLastBackgroundInsets) in updateBackgroundDrawable()1270 if (destDrawable != null && !mBackgroundInsets.equals(Insets.NONE)) { in updateBackgroundDrawable()1272 mBackgroundInsets.left, mBackgroundInsets.top, in updateBackgroundDrawable()1273 mBackgroundInsets.right, mBackgroundInsets.bottom) { in updateBackgroundDrawable()1289 mLastBackgroundInsets = mBackgroundInsets; in updateBackgroundDrawable()