Home
last modified time | relevance | path

Searched refs:getCurrentInputMethodWindow (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DNonAppWindowAnimationAdapter.java113 && nonAppWindow != service.mRoot.getCurrentInputMethodWindow()) { in startNonAppWindowAnimationsForKeyguardExit()
H A DBackgroundActivityStartController.java228 mService.mRootWindowContainer.getCurrentInputMethodWindow(); in checkBackgroundActivityStart()
H A DWindowManagerService.java6603 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpDebugLocked()
6746 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpWindowsNoHeaderLocked()
7172 WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in requestImeKeyboardShortcuts()
H A DRootWindowContainer.java1235 WindowState getCurrentInputMethodWindow() { in getCurrentInputMethodWindow() method in RootWindowContainer
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowManagerServiceTests.java973 doReturn(null).when(mWm.mRoot).getCurrentInputMethodWindow(); in testRequestKeyboardShortcuts_noWindow()
995 doReturn(windowState).when(mWm.mRoot).getCurrentInputMethodWindow(); in testRequestKeyboardShortcuts()