Home
last modified time | relevance | path

Searched refs:mBackgroundPadding (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
DPhoneWindow.java2201 private final Rect mBackgroundPadding = new Rect(); field in PhoneWindow.DecorView
2826 drawable.getPadding(mBackgroundPadding); in setWindowBackground()
2828 mBackgroundPadding.setEmpty(); in setWindowBackground()
3170 setPadding(mFramePadding.left + mBackgroundPadding.left, mFramePadding.top
3171 + mBackgroundPadding.top, mFramePadding.right + mBackgroundPadding.right,
3172 mFramePadding.bottom + mBackgroundPadding.bottom);