Searched refs:mInputMethodWindow (Results 1 – 2 of 2) sorted by relevance
552 WindowState mInputMethodWindow = null; field in WindowManagerService1552 WindowState imw = mInputMethodWindow; in setInputMethodAnimLayerAdjustment()1641 if (mInputMethodWindow != null) { in moveInputMethodDialogsLocked()1644 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) { in moveInputMethodDialogsLocked()1675 final WindowState imWin = mInputMethodWindow; in moveInputMethodWindowsIfNeededLocked()2563 mInputMethodWindow = win; in addWindow()2838 if (mInputMethodWindow == win) { in removeWindowInnerLocked()2839 mInputMethodWindow = null; in removeWindowInnerLocked()3271 && mInputMethodWindow == null) { in relayoutWindow()3272 mInputMethodWindow = win; in relayoutWindow()[all …]
542 final WindowState imeWin = mService.mInputMethodWindow; in computeFrameLw()