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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1166 * @param willMove
1169 int findDesiredInputMethodWindowIndexLocked(boolean willMove) { argument
1181 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG, "Checking window @" + i
1191 if (!willMove
1206 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target: " + w);
1224 + w + " willMove=" + willMove);
1226 if (willMove && w != null) {
1284 if (willMove) {
1297 if (willMove) {
[all...]

Completed in 14 milliseconds