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

Commit 113569f4 authored by Jagrut Desai's avatar Jagrut Desai Committed by Android (Google) Code Review
Browse files

Merge "Increasing the LOW_TICK intensity of haptic feedback for taskbar invocation" into main

parents 820460b1 78d51161
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -62,7 +62,7 @@ public class VibratorWrapper {
    public static final VibrationEffect EFFECT_CLICK =
            createPredefined(VibrationEffect.EFFECT_CLICK);

    private static final float LOW_TICK_SCALE = 0.7f;
    private static final float LOW_TICK_SCALE = 0.9f;
    private static final float DRAG_TEXTURE_SCALE = 0.03f;
    private static final float DRAG_COMMIT_SCALE = 0.5f;
    private static final float DRAG_BUMP_SCALE = 0.4f;