mirror of
https://github.com/Evolution-X-Devices/device_google_redfin
synced 2026-02-01 15:47:18 +00:00
Merge "vibrator: Updare haptic tuning setting V5 (IMU)" into rvc-d1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a3a89e93c5
@@ -60,7 +60,7 @@ 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.55, 0.6, 0.9, 1.12};
|
||||
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.0};
|
||||
static std::array<float, 3> STEADY_TARGET_G = {2.0, 1.145, 1.3};
|
||||
|
||||
struct SensorContext {
|
||||
ASensorEventQueue *queue;
|
||||
|
||||
Reference in New Issue
Block a user