Searched refs:mBackgroundInsets (Results 1 – 1 of 1) sorted by relevance
277 private Insets mBackgroundInsets = Insets.NONE; field in DecorView1267 mBackgroundInsets = Insets.of(mLastLeftInset, 0, mLastRightInset, mLastBottomInset); in updateColorViews()1269 mBackgroundInsets = Insets.NONE; in updateColorViews()1282 if (mBackgroundInsets == null) { in updateBackgroundDrawable()1283 mBackgroundInsets = Insets.NONE; in updateBackgroundDrawable()1286 if (mBackgroundInsets.equals(mLastBackgroundInsets) in updateBackgroundDrawable()1298 if (destDrawable != null && !mBackgroundInsets.equals(Insets.NONE)) { in updateBackgroundDrawable()1300 mBackgroundInsets.left, mBackgroundInsets.top, in updateBackgroundDrawable()1301 mBackgroundInsets.right, mBackgroundInsets.bottom) { in updateBackgroundDrawable()1317 mLastBackgroundInsets = mBackgroundInsets; in updateBackgroundDrawable()