vibrator: Update haptic tuning setting V3(IMU)

Bug: 160290874
Test: Build Pass
Change-Id: Icdc1db946e26e83a87c2373c7c2c48e353545846
diff --git a/vibrator/drv2624/Vibrator.cpp b/vibrator/drv2624/Vibrator.cpp
index c20dde2..76d442b 100644
--- a/vibrator/drv2624/Vibrator.cpp
+++ b/vibrator/drv2624/Vibrator.cpp
@@ -59,8 +59,8 @@
 static constexpr char WAVEFORM_HEAVY_CLICK_EFFECT_SEQ[] = "4 0";
 
 // UT team design those target G values
-static std::array<float, 5> EFFECT_TARGET_G = {0.275, 0.63, 0.68, 0.97, 1.12};
-static std::array<float, 3> STEADY_TARGET_G = {1.9, 1.145, 0.73};
+static std::array<float, 5> EFFECT_TARGET_G = {0.275, 0.55, 0.6, 0.9, 1.12};
+static std::array<float, 3> STEADY_TARGET_G = {2.1, 1.145, 0.82};
 
 struct SensorContext {
     ASensorEventQueue *queue;