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

Commit ae098786 authored by Amith Yamasani's avatar Amith Yamasani
Browse files

Increase search radius for adjacent keys, to reduce unpredictability of

suggestions.
parent a9f1dd02
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -142,7 +142,7 @@ public class Keyboard {
    private int[][] mGridNeighbors;
    private int mProximityThreshold;
    /** Number of key widths from current touch point to search for nearest keys. */
    private static float SEARCH_DISTANCE = 1.4f;
    private static float SEARCH_DISTANCE = 1.8f;

    /**
     * Container for keys in the keyboard. All keys in a row are at the same Y-coordinate.