Searched refs:getCurrentInputMethodWindow (Results 1 – 5 of 5) sorted by relevance
113 && nonAppWindow != service.mRoot.getCurrentInputMethodWindow()) { in startNonAppWindowAnimationsForKeyguardExit()
228 mService.mRootWindowContainer.getCurrentInputMethodWindow(); in checkBackgroundActivityStart()
6603 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpDebugLocked()6746 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpWindowsNoHeaderLocked()7172 WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in requestImeKeyboardShortcuts()
1235 WindowState getCurrentInputMethodWindow() { in getCurrentInputMethodWindow() method in RootWindowContainer
973 doReturn(null).when(mWm.mRoot).getCurrentInputMethodWindow(); in testRequestKeyboardShortcuts_noWindow()995 doReturn(windowState).when(mWm.mRoot).getCurrentInputMethodWindow(); in testRequestKeyboardShortcuts()