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.java538 private WindowState mReplacementWindow = null; field in WindowState
1933 if (mReplacementWindow != null) { in removeImmediately()
1934 mReplacementWindow.mSkipEnterAnimationForSeamlessReplacement = false; in removeImmediately()
2222 if (mWillReplaceWindow && mReplacementWindow == replacement && replacement.hasDrawnLw()) { in removeReplacedWindowIfNeeded()
2242 mReplacementWindow = null; in removeReplacedWindow()
2251 if (mWillReplaceWindow && mReplacementWindow == null in setReplacementWindowIfNeeded()
2254 mReplacementWindow = replacementCandidate; in setReplacementWindowIfNeeded()
3933 mReplacementWindow = null; in setWillReplaceWindow()
3939 mReplacementWindow = null; in clearWillReplaceWindow()