Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/policy/
DDecorView.java251 private Drawable mPendingWindowBackground; field in DecorView
937 mPendingWindowBackground = drawable;
2083 if (mPendingWindowBackground != null) { in setWindow()
2084 Drawable background = mPendingWindowBackground; in setWindow()
2085 mPendingWindowBackground = null; in setWindow()