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

/frameworks/base/services/java/com/android/server/wm/
H A DWindowManagerService.java1187 * @param willMove
1190 int findDesiredInputMethodWindowIndexLocked(boolean willMove) { argument
1200 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG, "Checking window @" + i
1211 if (!willMove
1226 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target: " + w);
1244 + w + " willMove=" + willMove);
1246 if (willMove && w != null) {
1303 if (willMove) {
1316 if (willMove) {
[all...]

Completed in 11 milliseconds