Home
last modified time | relevance | path

Searched refs:mInputMethodWindow (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DWindowLayersController.java120 final WindowState imw = mService.mInputMethodWindow; in setInputMethodAnimLayerAdjustment()
DWindowManagerService.java633 WindowState mInputMethodWindow = null; field in WindowManagerService
1700 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 …]
DDisplayContent.java416 final WindowState inputMethod = mService.mInputMethodWindow; in setTouchExcludeRegion()
DWindowSurfacePlacer.java423 if (mService.mInputMethodWindow == win) { in performSurfacePlacementInner()
424 mService.mInputMethodWindow = null; in performSurfacePlacementInner()
DWindowState.java728 final WindowState imeWin = mService.mInputMethodWindow; in computeFrameLw()