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

/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowManagerService.java633 WindowState mInputMethodWindow = null; field in class:WindowManagerService
1700 if (mInputMethodWindow != null) {
1703 if (wp == mInputMethodWindow || wp.mAttachedWindow == mInputMethodWindow) {
1734 final WindowState imWin = mInputMethodWindow;
2072 mInputMethodWindow = win;
2491 if (mInputMethodWindow == win) {
2492 mInputMethodWindow = null;
2866 if (win.mAttrs.type == TYPE_INPUT_METHOD && mInputMethodWindow == null) {
2867 mInputMethodWindow
[all...]

Completed in 20 milliseconds