Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DWindowManagerDebugConfig.java46 static final boolean DEBUG_INPUT_METHOD = false; field in WindowManagerDebugConfig
DWindowManagerService.java226 import static com.android.server.wm.WindowManagerDebugConfig.DEBUG_INPUT_METHOD;
1454 if (DEBUG_INPUT_METHOD) { in canBeImeTarget()
1489 if (DEBUG_INPUT_METHOD && willMove) Slog.i(TAG_WM, "Checking window @" + i in findDesiredInputMethodWindowIndexLocked()
1515 if (DEBUG_INPUT_METHOD && willMove) Slog.v(TAG_WM, "Proposed new IME target: " + w); in findDesiredInputMethodWindowIndexLocked()
1528 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, "Current target higher, not changing"); in findDesiredInputMethodWindowIndexLocked()
1532 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, "Desired input method target=" in findDesiredInputMethodWindowIndexLocked()
1565 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, mAppTransition + " " + highestTarget in findDesiredInputMethodWindowIndexLocked()
1593 if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from " + curTarget + " to " in findDesiredInputMethodWindowIndexLocked()
1619 … if (DEBUG_INPUT_METHOD) Slog.w(TAG_WM, "Moving IM target from " + curTarget + " to null." in findDesiredInputMethodWindowIndexLocked()
1697 if (DEBUG_INPUT_METHOD) Slog.v(TAG_WM, "Removing " + N + " dialogs w/pos=" + pos); in moveInputMethodDialogsLocked()
[all …]