Searched refs:mInputMethodWindow (Results 1 – 6 of 6) sorted by relevance
560 WindowState mInputMethodWindow; field in DisplayContent2509 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 …]
675 if (displayContent.mInputMethodWindow == win) { in performSurfacePlacementNoTrace()1121 if (displayContent.mInputMethodWindow != null) { in getCurrentInputMethodWindow()1122 return displayContent.mInputMethodWindow; in getCurrentInputMethodWindow()
3424 mDisplayContent.mInputMethodWindow, mNavigationBarPosition); in updateSystemBarsLw()3427 mDisplayContent.mInputMethodWindow, navColorWin); in updateSystemBarsLw()3430 navColorWin != null && navColorWin == mDisplayContent.mInputMethodWindow; in updateSystemBarsLw()
1808 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()
164 mDisplayContent.mInputMethodWindow = mImeWindow; in setUpBase()
490 dc.mInputMethodWindow = mockIme; in testFreeformContentInsets()