Searched refs:mInputMethodWindow (Results 1 – 5 of 5) sorted by relevance
120 final WindowState imw = mService.mInputMethodWindow; in setInputMethodAnimLayerAdjustment()
642 WindowState mInputMethodWindow = null; field in WindowManagerService1709 if (mInputMethodWindow != null) { in moveInputMethodDialogsLocked()1712 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) { in moveInputMethodDialogsLocked()1743 final WindowState imWin = mInputMethodWindow; in moveInputMethodWindowsIfNeededLocked()2081 mInputMethodWindow = win; in addWindow()2500 if (mInputMethodWindow == win) { in removeWindowInnerLocked()2501 mInputMethodWindow = null; in removeWindowInnerLocked()2875 if (win.mAttrs.type == TYPE_INPUT_METHOD && mInputMethodWindow == null) { in relayoutWindow()2876 mInputMethodWindow = win; in relayoutWindow()3037 if (mInputMethodWindow == win) { in tryStartExitingAnimation()[all …]
426 final WindowState inputMethod = mService.mInputMethodWindow; in setTouchExcludeRegion()
423 if (mService.mInputMethodWindow == win) { in performSurfacePlacementInner()424 mService.mInputMethodWindow = null; in performSurfacePlacementInner()
746 final WindowState imeWin = mService.mInputMethodWindow; in computeFrameLw()