Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowStateTests.java267 final WindowState imeWindow = createWindow(null, TYPE_INPUT_METHOD, "imeWindow"); in testCanBeImeTarget() local
1110 final WindowState imeWindow = createWindow(null, TYPE_APPLICATION, "imeWindow"); in testAdjustImeInsetsVisibilityWhenSwitchingApps() local
1146 final WindowState imeWindow = createWindow(null, TYPE_APPLICATION, "imeWindow"); in testAdjustImeInsetsVisibilityWhenSwitchingApps_toAppInMultiWindowMode() local
DDualDisplayAreaGroupPolicyTest.java549 final WindowState imeWindow = createWindow(null /* parent */, in setupImeWindow() local
DActivityStarterTests.java363 final WindowState imeWindow = createWindow(null, W_INPUT_METHOD, in setupImeWindow() local
/frameworks/base/services/core/java/com/android/server/wm/
DTaskSnapshotController.java230 final WindowState imeWindow = task.getDisplayContent().mInputMethodWindow; in createImeSnapshot() local
DAbsAppSnapshotController.java254 final WindowState imeWindow = source.getDisplayContent().mInputMethodWindow; in createSnapshot() local
DBackgroundActivityStartController.java834 final WindowState imeWindow = in checkBackgroundActivityStartAllowedByCaller() local
DTransition.java1580 final WindowState imeWindow = dc.mInputMethodWindow; in updateImeForVisibleTransientLaunch() local
DWindowManagerService.java6904 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpDebugLocked() local
7043 final WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in dumpWindowsLocked() local
7496 WindowState imeWindow = mRoot.getCurrentInputMethodWindow(); in requestImeKeyboardShortcuts() local
DDisplayContent.java4442 final WindowState imeWindow = mImeTarget.getDisplayContent().mInputMethodWindow; in createImeSurface() local