Home
last modified time | relevance | path

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

/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityWindowManager.java112 private int mTopFocusedDisplayId; field in AccessibilityWindowManager
467 mTopFocusedDisplayId = topFocusedDisplayId; in onWindowsForAccessibilityChanged()
837 final boolean isTopFocusedDisplay = mDisplayId == mTopFocusedDisplayId; in updateWindowsLocked()
1322 && (mLastNonProxyTopFocusedDisplayId != mTopFocusedDisplayId)) { in moveNonProxyTopFocusedDisplayToTopIfNeeded()
2388 pw.println("Top focused display Id = " + mTopFocusedDisplayId); in dump()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DAccessibilityWindowManagerTest.java120 private int mTopFocusedDisplayId = Display.INVALID_DISPLAY; field in AccessibilityWindowManagerTest
1128 mTopFocusedDisplayId = displayId; in setTopFocusedWindowAndDisplay()
1137 callbacks.onWindowsForAccessibilityChanged(forceSend, mTopFocusedDisplayId, in onWindowsForAccessibilityChanged()
DAccessibilityWindowManagerWithAccessibilityWindowTest.java122 private int mTopFocusedDisplayId = Display.INVALID_DISPLAY; field in AccessibilityWindowManagerWithAccessibilityWindowTest
1271 mTopFocusedDisplayId = displayId; in setTopFocusedWindowAndDisplay()
1280 callbacks.onAccessibilityWindowsChanged(forceSend, mTopFocusedDisplayId, in onAccessibilityWindowsChanged()
/frameworks/base/services/core/java/com/android/server/wm/
DRootWindowContainer.java209 private int mTopFocusedDisplayId = INVALID_DISPLAY; field in RootWindowContainer
488 if (mTopFocusedDisplayId != topFocusedDisplayId) { in updateFocusedWindowLocked()
489 mTopFocusedDisplayId = topFocusedDisplayId; in updateFocusedWindowLocked()
499 final DisplayContent dc = getDisplayContent(mTopFocusedDisplayId); in getTopFocusedDisplayContent()
1154 pw.println(mTopFocusedDisplayId); in dumpTopFocusedDisplayId()
1214 if (mTopFocusedDisplayId == dc.getDisplayId()) { in removeChild()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java703 private volatile int mTopFocusedDisplayId = INVALID_DISPLAY; field in PhoneWindowManager
4152 mTopFocusedDisplayId = displayId;
5095 && displayId != mTopFocusedDisplayId) {
7001 displayId = mTopFocusedDisplayId;