Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DDisplayFoldController.java40 private final WindowManagerInternal mWindowManagerInternal; field in DisplayFoldController
60 mWindowManagerInternal = windowManagerInternal; in DisplayFoldController()
106 mWindowManagerInternal.setForcedDisplaySize(mDisplayId, in setDeviceFolded()
111 mWindowManagerInternal.clearForcedDisplaySize(mDisplayId); in setDeviceFolded()
H A DPhoneWindowManager.java359 WindowManagerInternal mWindowManagerInternal; field in PhoneWindowManager
1505 mWindowManagerInternal.getKeyInterceptionInfoFromToken(focusedToken); in handleHomeButton()
1606 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in init()
1813 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() { in init()
2916 mWindowManagerInternal.getKeyInterceptionInfoFromToken(focusedToken);
4369 mWindowManagerInternal.waitForAllWindowsDrawn(() -> { in finishKeyguardDrawn()
4433 mWindowManagerInternal.waitForAllWindowsDrawn(() -> { in screenTurningOn()
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityWindowManager.java70 private final WindowManagerInternal mWindowManagerInternal; field in AccessibilityWindowManager
161 result = mWindowManagerInternal.setWindowsForAccessibilityCallback( in startTrackingWindowsLocked()
181 mWindowManagerInternal.setWindowsForAccessibilityCallback( in stopTrackingWindowsLocked()
886 mWindowManagerInternal = windowManagerInternal; in AccessibilityWindowManager()
994 final int displayId = mWindowManagerInternal.getDisplayIdForWindow(token); in addAccessibilityInteractionConnection()
1043 mWindowManagerInternal.computeWindowsForAccessibility(displayId); in addAccessibilityInteractionConnection()
1049 mWindowManagerInternal.setAccessibilityIdToSurfaceMetadata(token, windowId); in addAccessibilityInteractionConnection()
1186 mWindowManagerInternal.setAccessibilityIdToSurfaceMetadata( in onAccessibilityInteractionConnectionRemovedLocked()
1219 return mWindowManagerInternal.getWindowOwnerUserId(windowToken); in getWindowOwnerUserId()
1624 final int displayId = mWindowManagerInternal.getDisplayIdForWindow(windowToken); in getDisplayIdByUserIdAndWindowIdLocked()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/vr/
H A DVr2dDisplay.java74 private final WindowManagerInternal mWindowManagerInternal; field in Vr2dDisplay
108 mWindowManagerInternal = windowManagerInternal; in Vr2dDisplay()
324 mWindowManagerInternal.setVr2dDisplayId(displayId); in updateDisplayId()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/power/
H A DAttentionDetectorTest.java68 private WindowManagerInternal mWindowManagerInternal; field in AttentionDetectorTest
81 when(mWindowManagerInternal.isKeyguardShowingAndNotOccluded()).thenReturn(false); in setUp()
145 when(mWindowManagerInternal.isKeyguardShowingAndNotOccluded()).thenReturn(true); in testOnUserActivity_doesntCheckIfInLockscreen()
425 mWindowManager = mWindowManagerInternal; in TestableAttentionDetector()
/aosp12/frameworks/base/services/core/java/com/android/server/inputmethod/
H A DInputMethodMenuController.java68 private final WindowManagerInternal mWindowManagerInternal; field in InputMethodMenuController
89 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in InputMethodMenuController()
163 .setVisibility(mWindowManagerInternal.isHardKeyboardAvailable() in showInputMethodMenu()
H A DInputMethodManagerService.java303 final WindowManagerInternal mWindowManagerInternal; field in InputMethodManagerService
1598 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in InputMethodManagerService()
1785 mWindowManagerInternal.setOnHardKeyboardStatusChangeListener( in systemRunning()
2724 if (mWindowManagerInternal.isKeyguardShowingAndNotOccluded() in shouldShowImeSwitcherLocked()
2730 if (mWindowManagerInternal.isHardKeyboardAvailable()) { in shouldShowImeSwitcherLocked()
3360 if (!mWindowManagerInternal.isInputMethodClientFocus(cs.uid, cs.pid, in startInputOrWindowGainedFocusInternalLocked()
3597 return mWindowManagerInternal.shouldRestoreImeVisibility(windowToken); in shouldRestoreImeVisibility()
4018 mWindowManagerInternal.getWindowName(mCurFocusedWindow)); in dumpDebug()
4020 mWindowManagerInternal.getWindowName(mLastImeTargetWindow)); in dumpDebug()
4083 mWindowManagerInternal.hideIme( in applyImeVisibility()
[all …]
H A DMultiClientInputMethodManagerService.java1426 private final WindowManagerInternal mWindowManagerInternal; field in MultiClientInputMethodManagerService.ApiCallbacks
1434 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in ApiCallbacks()
1439 return mWindowManagerInternal.isInputMethodClientFocus(uid, pid, displayId); in checkFocus()
1544 mWindowManagerInternal.showImePostLayout(token); in showSoftInputInternal()
/aosp12/frameworks/base/services/core/java/com/android/server/
H A DGestureLauncherService.java100 private WindowManagerInternal mWindowManagerInternal; field in GestureLauncherService
205 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in onBootPhase()
706 mWindowManagerInternal.isKeyguardShowingAndNotOccluded(); in onTrigger()
/aosp12/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java212 private WindowManagerInternal mWindowManagerInternal; field in DisplayManagerService
559 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in windowManagerAndInputReady()
1916 if (!mPendingTraversal && mWindowManagerInternal != null) {
2208 mWindowManagerInternal.requestTraversalFromDisplayManager();
/aosp12/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java805 private final WindowManagerInternal mWindowManagerInternal; field in WallpaperManagerService
1130 mWindowManagerInternal.addWindowToken(mToken, TYPE_WALLPAPER, mDisplayId, in connectLocked()
1149 mWindowManagerInternal.removeWindowToken(mToken, false/* removeWindows */, in disconnectLocked()
1247 return mWindowManagerInternal.shouldShowSystemDecorOnDisplay(displayId); in isUsableDisplay()
1692 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in WallpaperManagerService()
/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java481 private WindowManagerInternal mWindowManagerInternal; field in NotificationManagerService
2556 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class);
3137 mWindowManagerInternal.addWindowToken(windowToken, TYPE_TOAST, displayId,
7718 mWindowManagerInternal.removeWindowToken(
7779 mWindowManagerInternal.removeWindowToken(lastToast.windowToken, false /* removeWindows */,
7803 mWindowManagerInternal.removeWindowToken(t, true /* removeWindows */, displayId);
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java249 private WindowManagerInternal mWindowManagerInternal; field in NotificationManagerServiceTest
441 LocalServices.addService(WindowManagerInternal.class, mWindowManagerInternal); in setUp()
5597 verify(mWindowManagerInternal).addWindowToken(binderCaptor.capture(), in testRateLimitedToasts_windowsRemoved()
5605 verify(mWindowManagerInternal) in testRateLimitedToasts_windowsRemoved()