Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java340 private WindowState mTmpWindow; field in DisplayContent
768 final int lostFocusUid = mTmpWindow.mOwnerUid;
809 mTmpWindow = w;
817 mTmpWindow = w;
828 mTmpWindow = null;
849 mTmpWindow = w;
3696 mTmpWindow = oldFocus; in scheduleToastWindowsTimeoutIfNeededLocked()
3714 mTmpWindow = null; in findFocusedWindow()
3718 if (mTmpWindow == null) { in findFocusedWindow()
3723 return mTmpWindow; in findFocusedWindow()
[all …]