Searched defs:mInputMethodWindow (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java552 WindowState mInputMethodWindow = null; field in class:WindowManagerService
1552 WindowState imw = mInputMethodWindow;
1641 if (mInputMethodWindow != null) {
1644 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) {
1675 final WindowState imWin = mInputMethodWindow;
2563 mInputMethodWindow = win;
2838 if (mInputMethodWindow == win) {
2839 mInputMethodWindow = null;
3271 && mInputMethodWindow
[all...]

Completed in 110 milliseconds