OSDN Git Service

Add new "fast" filter for ambient light.
authorMichael Wright <michaelwr@google.com>
Wed, 16 Aug 2017 19:38:21 +0000 (20:38 +0100)
committerVineeta Srivastava <vsrivastava@google.com>
Thu, 17 Aug 2017 01:10:42 +0000 (01:10 +0000)
commit0a933141e2dd72bc868598cfa2146b2c72b85d5d
tree9061bd972f697cac9955d2a8ed2fcd1615fd90e0
parent1c414bf30b51a27eb96ffa728fb513c4505296b2
Add new "fast" filter for ambient light.

The slow filter wasn't converging fast enough when we shortened the
debounce timings but we still want it to ensure there's a long term
change happening, so add a new filter that converges much faster. This
new fast filter is just a weighted sliding window just like the slow
filter, but it has a significantly smaller horizon.

Bug: 64514692
Test: manual
Change-Id: I1e990ac1e6a56268fa42a85399a2d41cc8dd2104
services/core/java/com/android/server/display/AutomaticBrightnessController.java