Searched refs:mWindowManagerInternal (Results 1 – 4 of 4) sorted by relevance
134 private WindowManagerInternal mWindowManagerInternal; field in DisplayManagerService288 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in windowManagerAndInputReady()1009 if (!mPendingTraversal && mWindowManagerInternal != null) { in scheduleTraversalLocked()1140 mWindowManagerInternal.requestTraversalFromDisplayManager(); in handleMessage()
202 final WindowManagerInternal mWindowManagerInternal; field in InputMethodManagerService860 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in InputMethodManagerService()1096 mWindowManagerInternal.setOnHardKeyboardStatusChangeListener( in systemRunning()1591 mWindowManagerInternal.saveLastInputMethodWindowForTransition(); in unbindCurrentMethodLocked()1728 if (mWindowManagerInternal.isHardKeyboardAvailable()) { in shouldShowImeSwitcherLocked()2647 return mWindowManagerInternal.getInputMethodWindowVisibleHeight(); in getInputMethodWindowVisibleHeight()2665 mWindowManagerInternal.clearLastInputMethodWindowForTransition(); in clearLastInputMethodWindowForTransition()3247 .setVisibility(mWindowManagerInternal.isHardKeyboardAvailable() in showInputMethodMenu()
325 WindowManagerInternal mWindowManagerInternal; field in PhoneWindowManager1643 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in init()1912 mWindowManagerInternal.registerAppTransitionListener( in init()5360 && !mWindowManagerInternal.isStackVisible(FREEFORM_WORKSPACE_STACK_ID)5361 && !mWindowManagerInternal.isStackVisible(DOCKED_STACK_ID)) {6495 mWindowManagerInternal.waitForAllWindowsDrawn(mWindowManagerDrawCallback,7674 final boolean dockedStackVisible = mWindowManagerInternal.isStackVisible(DOCKED_STACK_ID);7676 mWindowManagerInternal.isStackVisible(FREEFORM_WORKSPACE_STACK_ID);7677 final boolean resizing = mWindowManagerInternal.isDockedDividerResizing();
234 private WindowManagerInternal mWindowManagerInternal; field in NotificationManagerService1129 mWindowManagerInternal = LocalServices.getService(WindowManagerInternal.class); in onBootPhase()1331 mWindowManagerInternal.addWindowToken(token,3032 mWindowManagerInternal.removeWindowToken(lastToast.token, true); in cancelToastLocked()