Home
last modified time | relevance | path

Searched defs:imeWindow (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DWindowStateTests.java237 final WindowState imeWindow = createWindow(null, TYPE_INPUT_METHOD, "imeWindow"); in testCanBeImeTarget() local
1065 final WindowState imeWindow = createWindow(null, TYPE_APPLICATION, "imeWindow"); in testAdjustImeInsetsVisibilityWhenSwitchingApps() local
1101 final WindowState imeWindow = createWindow(null, TYPE_APPLICATION, "imeWindow"); in testAdjustImeInsetsVisibilityWhenSwitchingApps_toAppInMultiWindowMode() local
H A DDualDisplayAreaGroupPolicyTest.java535 final WindowState imeWindow = createWindow(null /* parent */, in setupImeWindow() local
H A DActivityStarterTests.java372 final WindowState imeWindow = createWindow(null, W_INPUT_METHOD, in setupImeWindow() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTaskSnapshotController.java220 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow; in createImeSnapshot() local
H A DAbsAppSnapshotController.java260 final WindowState imeWindow = source.getDisplayContent().mInputMethodWindow; in createSnapshot() local
H A DBackgroundActivityStartController.java227 final WindowState imeWindow = in checkBackgroundActivityStart() local
H A DTaskOrganizerController.java695 final WindowState imeWindow = dc.mInputMethodWindow; in removeStartingWindow() local
H A DWindowManagerService.java6603 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpDebugLocked() local
6746 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpWindowsNoHeaderLocked() local
7172 WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in requestImeKeyboardShortcuts() local
H A DDisplayContent.java4417 final WindowState imeWindow = mImeTarget.getDisplayContent().mInputMethodWindow; in createImeSurface() local