- May 19, 2016
- 957
- 1
- 0
Its not the battery size either, here is the link to the google git.
https://android.googlesource.com/pl...c841b029311400ef2602bafe9b3776310d5e8a7^!/#F0
Edit: For those don't want to read through the page
The display uses different gamma curves for different refresh rates. It's hard for panel
+ vendor to tune the curves to have exact same brightness for different refresh rate. So
+ flicker could be observed at switch time. The issue is worse at the gamma lower end.
+ In addition, human eyes are more sensitive to the flicker at darker environment.
+ To prevent flicker, we only support higher refresh rates if the display brightness is above
+ a threshold. And the darker environment could have higher threshold.
https://android.googlesource.com/pl...c841b029311400ef2602bafe9b3776310d5e8a7^!/#F0
Edit: For those don't want to read through the page
The display uses different gamma curves for different refresh rates. It's hard for panel
+ vendor to tune the curves to have exact same brightness for different refresh rate. So
+ flicker could be observed at switch time. The issue is worse at the gamma lower end.
+ In addition, human eyes are more sensitive to the flicker at darker environment.
+ To prevent flicker, we only support higher refresh rates if the display brightness is above
+ a threshold. And the darker environment could have higher threshold.