Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/policy/
H A DDecorView.java267 private Drawable mPendingWindowBackground; field in DecorView
968 mPendingWindowBackground = drawable;
2137 if (mPendingWindowBackground != null) { in setWindow()
2138 Drawable background = mPendingWindowBackground; in setWindow()
2139 mPendingWindowBackground = null; in setWindow()