vibrator: Add TEXTURE_TICK effect

Change-Id: I9ca466b50888da36eb1f7622c360334a627a9262
diff --git a/aidl/vibrator/Vibrator.h b/aidl/vibrator/Vibrator.h
index 42df2fa..0dcde84 100644
--- a/aidl/vibrator/Vibrator.h
+++ b/aidl/vibrator/Vibrator.h
@@ -88,6 +88,7 @@
     std::map<Effect, int32_t> vibEffects = {
         { Effect::CLICK, getIntProperty("click" + kVibratorPropDuration, 50) },
         { Effect::TICK, getIntProperty("tick" + kVibratorPropDuration, 32) },
+        { Effect::TEXTURE_TICK, getIntProperty("texture_tick" + kVibratorPropDuration, 25) },
     };
     bool mVibratorStrengthSupported;
     int mVibratorStrengthMax;