Searched refs:mInputMethodWindow (Results 1 – 5 of 5) sorted by relevance
651 WindowState mInputMethodWindow = null; field in WindowManagerService1674 if (mInputMethodWindow == win) { in postWindowRemoveCleanupLocked()1721 mInputMethodWindow = win; in setInputMethodWindowLocked()2040 if (win.mAttrs.type == TYPE_INPUT_METHOD && mInputMethodWindow == null) { in relayoutWindow()2213 if (mInputMethodWindow == win) { in tryStartExitingAnimation()2837 return mInputMethodWindow; in getInputMethodWindowLw()5669 if (mInputMethodWindow != null) { in updateFocusedWindowLocked()5678 final int prevImeAnimLayer = mInputMethodWindow.mWinAnimator.mAnimLayer; in updateFocusedWindowLocked()5681 prevImeAnimLayer != mInputMethodWindow.mWinAnimator.mAnimLayer; in updateFocusedWindowLocked()5704 if (imWindowChanged && oldFocus != mInputMethodWindow) { in updateFocusedWindowLocked()[all …]
696 if (mService.mInputMethodWindow == win) { in performSurfacePlacement()
1942 final WindowState inputMethod = mService.mInputMethodWindow; in setTouchExcludeRegion()2089 final WindowState imeWin = mService.mInputMethodWindow; in adjustForImeIfNeeded()2469 if (mService.mInputMethodWindow == null) { in computeImeTarget()
907 final WindowState imeWin = mService.mInputMethodWindow; in computeFrameLw()
127 sWm.mInputMethodWindow = mImeWindow; in setUp()