Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java1319 int findDesiredInputMethodWindowIndexLocked(boolean willMove) { in findDesiredInputMethodWindowIndexLocked() argument
1329 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG, "Checking window @" + i in findDesiredInputMethodWindowIndexLocked()
1340 if (!willMove in findDesiredInputMethodWindowIndexLocked()
1355 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target: " + w); in findDesiredInputMethodWindowIndexLocked()
1373 + w + " willMove=" + willMove); in findDesiredInputMethodWindowIndexLocked()
1375 if (willMove && w != null) { in findDesiredInputMethodWindowIndexLocked()
1432 if (willMove) { in findDesiredInputMethodWindowIndexLocked()
1445 if (willMove) { in findDesiredInputMethodWindowIndexLocked()