Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 670e1c6b authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Add visual debug mode

Change-Id: Ife131a398c0753b5b0e6e8969fe7bbc2a3bdab96
parent 49c8567d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ import java.util.WeakHashMap;
 */
public class KeyboardView extends View implements PointerTracker.UIProxy {
    private static final String TAG = KeyboardView.class.getSimpleName();
    private static final boolean DEBUG_SHOW_ALIGN = false;
    private static final boolean DEBUG_SHOW_ALIGN = LatinImeLogger.sVISUALDEBUG;
    private static final boolean DEBUG_KEYBOARD_GRID = false;

    private static final boolean ENABLE_CAPSLOCK_BY_LONGPRESS = true;
+1 −0
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@ import java.util.List;
public class LatinImeLogger implements SharedPreferences.OnSharedPreferenceChangeListener {

    public static boolean sDBG = false;
    public static boolean sVISUALDEBUG = false;

    @Override
    public void onSharedPreferenceChanged(SharedPreferences sharedPreferences, String key) {