mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-03 09:26:51 +00:00
Increasing the LOW_TICK intensity of haptic feedback for taskbar invocation
Test: Presubmit, Manual Bug: 308496668 Flag: NONE Change-Id: Ib8f64e3ae51f5468b9086808551aae826636e03c
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user