Use persist property for velocitytracker strategy

Currently, setting the debug.velocitytracker.strategy property is not
convenient because it requires adb shell stop; adb shell start for the
changes to be picked up everywhere. It also does not persist across
reboots.
Putting this property into persist will allow us to fishfood these
changes more easily since the config can just be done once.

Bug: 35412046
Test: adb shell setprop persist.input.velocitytracker.strategy impulse
and observe that the strategy is being changed, after adding logging to
each strategy to distinguish them.

Change-Id: I9f6eb2113cfdeccfdf784c00d7da3ac3c186e499
1 file changed