Home
last modified time | relevance | path

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

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