Searched defs:mBackgroundResource (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/policy/
H A DPhoneWindow.java219 int mBackgroundResource = 0; field in class:PhoneWindow
1452 if (drawable != mBackgroundDrawable || mBackgroundResource != 0) {
1453 mBackgroundResource = 0;
2469 if (mBackgroundResource == 0) {
2470 mBackgroundResource = a.getResourceId(
2480 + Integer.toHexString(mBackgroundResource) + " Frame: "
2577 if (mBackgroundResource != 0) {
2578 background = getContext().getDrawable(mBackgroundResource);
/frameworks/base/core/java/android/view/
H A DView.java3544 private int mBackgroundResource; field in class:View
18207 mBackgroundResource = 0;
18222 if (resid != 0 && resid == mBackgroundResource) {
18232 mBackgroundResource = resid;
18263 mBackgroundResource = 0;

Completed in 108 milliseconds