Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowState.java646 private WindowState mReplacementWindow = null; field in WindowState
2453 if (mReplacementWindow != null) { in removeImmediately()
2454 mReplacementWindow.mSkipEnterAnimationForSeamlessReplacement = false; in removeImmediately()
2819 if (mWillReplaceWindow && mReplacementWindow == replacement && replacement.hasDrawn()) { in removeReplacedWindowIfNeeded()
2839 mReplacementWindow = null; in removeReplacedWindow()
2848 if (mWillReplaceWindow && mReplacementWindow == null in setReplacementWindowIfNeeded()
2851 mReplacementWindow = replacementCandidate; in setReplacementWindowIfNeeded()
4660 mReplacementWindow = null; in setWillReplaceWindow()
4666 mReplacementWindow = null; in clearWillReplaceWindow()