Searched refs:mBackgroundInsets (Results 1 – 1 of 1) sorted by relevance
267 private Insets mBackgroundInsets = Insets.NONE; field in DecorView1239 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()1241 mBackgroundInsets = Insets.NONE; in updateColorViews()1257 if (mBackgroundInsets == null) { in updateBackgroundDrawable()1258 mBackgroundInsets = Insets.NONE; in updateBackgroundDrawable()1260 if (mBackgroundInsets.equals(mLastBackgroundInsets) in updateBackgroundDrawable()1264 if (mOriginalBackgroundDrawable == null || mBackgroundInsets.equals(Insets.NONE)) { in updateBackgroundDrawable()1272 mBackgroundInsets.left, mBackgroundInsets.top, in updateBackgroundDrawable()1273 mBackgroundInsets.right, mBackgroundInsets.bottom) { in updateBackgroundDrawable()1285 mLastBackgroundInsets = mBackgroundInsets; in updateBackgroundDrawable()