Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerService.java175 static final boolean DEBUG_INPUT_METHOD = false; field in WindowManagerService
1295 if (DEBUG_INPUT_METHOD) { in canBeImeTarget()
1329 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG, "Checking window @" + i in findDesiredInputMethodWindowIndexLocked()
1355 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG, "Proposed new IME target: " + w); in findDesiredInputMethodWindowIndexLocked()
1368 if (DEBUG_INPUT_METHOD) Slog.v(TAG, "Current target higher, not changing"); in findDesiredInputMethodWindowIndexLocked()
1372 if (DEBUG_INPUT_METHOD) Slog.v(TAG, "Desired input method target=" in findDesiredInputMethodWindowIndexLocked()
1405 if (DEBUG_INPUT_METHOD) Slog.v(TAG, mAppTransition + " " + highestTarget in findDesiredInputMethodWindowIndexLocked()
1433 if (DEBUG_INPUT_METHOD) Slog.w(TAG, "Moving IM target from " + curTarget + " to " in findDesiredInputMethodWindowIndexLocked()
1446 if (DEBUG_INPUT_METHOD) Slog.w(TAG, "Moving IM target from " + curTarget + " to null." in findDesiredInputMethodWindowIndexLocked()
1551 if (DEBUG_INPUT_METHOD) Slog.v(TAG, "Removing " + N + " dialogs w/pos=" + pos); in moveInputMethodDialogsLocked()
[all …]