Searched refs:mReplacementWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java577 private WindowState mReplacementWindow = null; field in class:WindowState
1901 if (mReplacementWindow != null) {
1902 mReplacementWindow.mSkipEnterAnimationForSeamlessReplacement = false;
2184 if (mWillReplaceWindow && mReplacementWindow == replacement && replacement.hasDrawnLw()) {
2204 mReplacementWindow = null;
2213 if (mWillReplaceWindow && mReplacementWindow == null
2216 mReplacementWindow = replacementCandidate;
3682 mReplacementWindow = null;
3688 mReplacementWindow = null;

Completed in 53 milliseconds