Home
last modified time | relevance | path

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

/frameworks/base/services/java/com/android/server/wm/
DWindowManagerService.java1067 int findDesiredInputMethodWindowIndexLocked(boolean willMove) { in findDesiredInputMethodWindowIndexLocked() argument
1076 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG, "Checking window @" + i in findDesiredInputMethodWindowIndexLocked()
1086 if (!willMove in findDesiredInputMethodWindowIndexLocked()
1099 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target: " + w); in findDesiredInputMethodWindowIndexLocked()
1118 + w + " willMove=" + willMove); in findDesiredInputMethodWindowIndexLocked()
1120 if (willMove && w != null) { in findDesiredInputMethodWindowIndexLocked()
1179 if (willMove) { in findDesiredInputMethodWindowIndexLocked()
1199 if (willMove) { in findDesiredInputMethodWindowIndexLocked()