Home
last modified time | relevance | path

Searched refs:mInputMethodWindow (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java560 WindowState mInputMethodWindow; field in DisplayContent
2509 if (mInputMethodWindow != null && mInputMethodWindow.isVisibleLw()) { in updateTouchExcludeRegion()
2513 mInputMethodWindow.getTouchableRegion(mTmpRegion); in updateTouchExcludeRegion()
2665 final WindowState imeWin = mInputMethodWindow; in adjustForImeIfNeeded()
3068 final WindowState imWindow = mInputMethodWindow; in updateFocusedWindowLocked()
3110 if (imWindowChanged && oldFocus != mInputMethodWindow) { in updateFocusedWindowLocked()
3242 mInputMethodWindow = win; in setInputMethodWindowLocked()
3244 if (mInputMethodWindow != null) { in setInputMethodWindowLocked()
3245 final int imePid = mInputMethodWindow.mSession.mPid; in setInputMethodWindowLocked()
3247 mInputMethodWindow.getDisplayId()); in setInputMethodWindowLocked()
[all …]
DRootWindowContainer.java675 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace()
1121 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow()
1122 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
DDisplayPolicy.java3424 mDisplayContent.mInputMethodWindow, mNavigationBarPosition); in updateSystemBarsLw()
3427 mDisplayContent.mInputMethodWindow, navColorWin); in updateSystemBarsLw()
3430 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow; in updateSystemBarsLw()
DWindowManagerService.java1808 if (displayContent.mInputMethodWindow == win) { in postWindowRemoveCleanupLocked()
2182 && displayContent.mInputMethodWindow == null) { in relayoutWindow()
2347 if (displayContent.mInputMethodWindow == win) { in tryStartExitingAnimation()
5806 if (displayContent.mInputMethodWindow != null) { in getCurrentImeTouchRegion()
5807 displayContent.mInputMethodWindow.getTouchableRegion(r); in getCurrentImeTouchRegion()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DWindowTestsBase.java164 mDisplayContent.mInputMethodWindow = mImeWindow; in setUpBase()
DWindowFrameTests.java490 dc.mInputMethodWindow = mockIme; in testFreeformContentInsets()