summaryrefslogtreecommitdiff
path: root/packages/SystemUI/src/com/android/systemui/aicp/NotificationLightsView.java
Commit message (Collapse)AuthorAgeFilesLines
* fw_base: fix NotificationLightsView layoutsSemavi Ulusoy2022-10-211-1/+1
| | | | Change-Id: I5a8232fe8469a0068d19cd140d39ccd7a298a9f8
* SystemUI: Add random color option for edge lightning [1/2]George Zacharia2022-10-211-0/+12
| | | | Change-Id: I38aa69751e26e790864ab1b061fdaadfa098277e
* SystemUI: Will you shut up, man?George Zacharia2022-10-211-5/+8
| | | | | | | Silence some major logspam introduced by custom features Change-Id: I82a8adeef6180b33b942aea9a1fd234d291bf0e7 Change-Id: I4cfd16e863a04e4c6ddd6a80fd9c3d74e913f38e
* SystemUI: Add light width [1/3]Michele Bono2022-10-211-0/+5
| | | | Change-Id: I1fbbf38c6e983230131b58f0caedf2559db5b8df
* NotificationLights: add reverse animation directionAli B2022-10-211-1/+4
| | | | | | | | When notifications are repeated more than once, every other notification light starts where the previous one ends. Change-Id: I56ec562badcc7dc92e63bd212974763557b83182
* NotificationLights: enable turning off repeatAli B2022-10-211-5/+1
| | | | | | | | with set to INFINITE for 0 repeats, it actually repeats forever which is not exactly we want. If repeat is set to zero, we should not repeat the light notification Change-Id: I7d8f4796a9ba8b58b74f1166112b7b4510234e74
* SystemUI: Improve edge lighting color modesSKULSHADY2022-10-211-4/+12
| | | | Change-Id: I2d8976995ca40e296aefcace7082d61fb7fdcc63
* SystemUI: Allow limiting edge lighting repeats [1/2]Ido Ben-Hur2022-10-211-0/+9
| | | | Change-Id: I5f1a1d9ca85ef5d47fbed41b4f4ec483ad25e5c8
* SystemUI: Add auto color option for edge lightning [1/2]Ido Ben-Hur2022-10-211-0/+25
| | | | Change-Id: Ia2070b777f44c59cd65179e979c802de384ce73e
* SystemUI: Allow changing duration of ambient edge light [1/2]Ido Ben-Hur2022-10-211-1/+4
| | | | Change-Id: Iaa592ea09a5653e76446c8dc6c05bb536c77ec3f
* base: Add ambient pulse notification [1/2]kldoc2022-10-211-0/+115
@neobuddy89: * Moved to Settings.Secure where other doze stuff is. * Adapted for Android 11. Change-Id: Ie4f1730bb15d0cd4db7ceb3a0281c114707d3789 Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>