Searched refs:mWindowManagerInternal (Results 1 – 5 of 5) sorted by relevance
77 private final WindowManagerInternal mWindowManagerInternal; field in Vr2dDisplay111 mWindowManagerInternal = windowManagerInternal; in Vr2dDisplay()320 mWindowManagerInternal.setVr2dDisplayId(displayId); in updateDisplayId()
87 private WindowManagerInternal mWindowManagerInternal; field in GestureLauncherService155 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in onBootPhase()533 mWindowManagerInternal.isKeyguardShowingAndNotOccluded(); in onTrigger()
305 final WindowManagerInternal mWindowManagerInternal; field in InputMethodManagerService1351 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in InputMethodManagerService()1529 mWindowManagerInternal.setOnHardKeyboardStatusChangeListener( in systemRunning()2090 mWindowManagerInternal.saveLastInputMethodWindowForTransition(); in unbindCurrentMethodLocked()2226 if (mWindowManagerInternal.isKeyguardShowingAndNotOccluded() in shouldShowImeSwitcherLocked()2229 if (mWindowManagerInternal.isHardKeyboardAvailable()) { in shouldShowImeSwitcherLocked()2318 mWindowManagerInternal.updateInputMethodWindowStatus(token, in setImeWindowStatus()3222 return mWindowManagerInternal.getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight()3235 mWindowManagerInternal.clearLastInputMethodWindowForTransition(); in clearLastInputMethodWindowForTransition()3867 .setVisibility(mWindowManagerInternal.isHardKeyboardAvailable() in showInputMethodMenu()
168 private WindowManagerInternal mWindowManagerInternal; field in DisplayManagerService390 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in windowManagerAndInputReady()1308 if (!mPendingTraversal && mWindowManagerInternal != null) { in scheduleTraversalLocked()1480 mWindowManagerInternal.requestTraversalFromDisplayManager(); in handleMessage()
453 WindowManagerInternal mWindowManagerInternal; field in PhoneWindowManager2001 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in init()2275 mWindowManagerInternal.registerAppTransitionListener( in init()2277 mWindowManagerInternal.registerAppTransitionListener(new AppTransitionListener() { in init()3062 && !mWindowManagerInternal.isStackVisible(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY); in shouldBeHiddenByKeyguard()5784 && !mWindowManagerInternal.isStackVisible(WINDOWING_MODE_FREEFORM)5785 && !mWindowManagerInternal.isStackVisible(6886 mWindowManagerInternal.waitForAllWindowsDrawn(mWindowManagerDrawCallback, in finishKeyguardDrawn()8281 mWindowManagerInternal.isStackVisible(WINDOWING_MODE_SPLIT_SCREEN_PRIMARY); in updateSystemBarsLw()8283 mWindowManagerInternal.isStackVisible(WINDOWING_MODE_FREEFORM); in updateSystemBarsLw()[all …]