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

Commit 5e914ca6 authored by Haoyu Zhang's avatar Haoyu Zhang Committed by Automerger Merge Worker
Browse files

Merge "Reduce handwritingSlop to 2dp" into udc-qpr-dev am: ac801875

parents 582745c1 ac801875
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -181,7 +181,7 @@ public class ViewConfiguration {
    private static final int TOUCH_SLOP = 8;

    /** Distance a stylus touch can wander before we think the user is handwriting in dips. */
    private static final int HANDWRITING_SLOP = 4;
    private static final int HANDWRITING_SLOP = 2;

    /**
     * Defines the minimum size of the touch target for a scrollbar in dips
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@ public class HandwritingInitiatorTest {
    private static final int HW_BOUNDS_OFFSETS_TOP_PX = 20;
    private static final int HW_BOUNDS_OFFSETS_RIGHT_PX = 30;
    private static final int HW_BOUNDS_OFFSETS_BOTTOM_PX = 40;
    private int mHandwritingSlop = 4;
    private int mHandwritingSlop = 2;

    private static final Rect sHwArea1;
    private static final Rect sHwArea2;