Searched refs:mInputMethodWindow (Results 1 – 5 of 5) sorted by relevance
120 final WindowState imw = mService.mInputMethodWindow; in setInputMethodAnimLayerAdjustment()
633 WindowState mInputMethodWindow = null; field in WindowManagerService1700 if (mInputMethodWindow != null) { in moveInputMethodDialogsLocked()1703 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) { in moveInputMethodDialogsLocked()1734 final WindowState imWin = mInputMethodWindow; in moveInputMethodWindowsIfNeededLocked()2072 mInputMethodWindow = win; in addWindow()2491 if (mInputMethodWindow == win) { in removeWindowInnerLocked()2492 mInputMethodWindow = null; in removeWindowInnerLocked()2866 if (win.mAttrs.type == TYPE_INPUT_METHOD && mInputMethodWindow == null) { in relayoutWindow()2867 mInputMethodWindow = win; in relayoutWindow()3014 if (mInputMethodWindow == win) { in tryStartExitingAnimation()[all …]
416 final WindowState inputMethod = mService.mInputMethodWindow; in setTouchExcludeRegion()
423 if (mService.mInputMethodWindow == win) { in performSurfacePlacementInner()424 mService.mInputMethodWindow = null; in performSurfacePlacementInner()
728 final WindowState imeWin = mService.mInputMethodWindow; in computeFrameLw()