Searched refs:mWindowManagerInternal (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/display/
H A DDisplayManagerService.java145 private WindowManagerInternal mWindowManagerInternal; field in class:DisplayManagerService
323 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class);
1105 if (!mPendingTraversal && mWindowManagerInternal != null) {
1245 mWindowManagerInternal.requestTraversalFromDisplayManager();
/frameworks/base/services/core/java/com/android/server/
H A DInputMethodManagerService.java240 final WindowManagerInternal mWindowManagerInternal; field in class:InputMethodManagerService
1270 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class);
1435 mWindowManagerInternal.setOnHardKeyboardStatusChangeListener(
1955 mWindowManagerInternal.saveLastInputMethodWindowForTransition();
2093 if (mWindowManagerInternal.isHardKeyboardAvailable()) {
2182 mWindowManagerInternal.updateInputMethodWindowStatus(token,
3027 return mWindowManagerInternal.getInputMethodWindowVisibleHeight();
3040 mWindowManagerInternal.clearLastInputMethodWindowForTransition();
3644 .setVisibility(mWindowManagerInternal.isHardKeyboardAvailable()
/frameworks/base/services/core/java/com/android/server/policy/
H A DPhoneWindowManager.java409 WindowManagerInternal mWindowManagerInternal; field in class:PhoneWindowManager
1137 final boolean keyguardGoingAway = mWindowManagerInternal.isKeyguardGoingAway();
1834 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class);
2112 mWindowManagerInternal.registerAppTransitionListener(
2114 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() {
2820 && !mWindowManagerInternal.isStackVisible(DOCKED_STACK_ID);
5568 && !mWindowManagerInternal.isStackVisible(FREEFORM_WORKSPACE_STACK_ID)
5569 && !mWindowManagerInternal.isStackVisible(DOCKED_STACK_ID)) {
6659 mWindowManagerInternal.waitForAllWindowsDrawn(mWindowManagerDrawCallback,
7891 final boolean dockedStackVisible = mWindowManagerInternal
[all...]
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationManagerService.java272 private WindowManagerInternal mWindowManagerInternal; field in class:NotificationManagerService
1273 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class);
1509 mWindowManagerInternal.addWindowToken(token, TYPE_TOAST, DEFAULT_DISPLAY);
3930 mWindowManagerInternal.removeWindowToken(lastToast.token, true, DEFAULT_DISPLAY);

Completed in 6886 milliseconds