Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
device_xiaomi_onclite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LMODroid-Devices
device_xiaomi_onclite
Commits
5adb1e6c
Commit
5adb1e6c
authored
2 years ago
by
Adi Wahono
Committed by
Dhina17
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
onclite: overlay: Update auto-brightness values
Adapted from lavender. Change-Id: I17bfd42c0fce1f9671f85b096413e0920b8097ec
parent
79e099da
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
overlay/frameworks/base/core/res/res/values/config.xml
+19
-72
19 additions, 72 deletions
overlay/frameworks/base/core/res/res/values/config.xml
with
19 additions
and
72 deletions
overlay/frameworks/base/core/res/res/values/config.xml
+
19
−
72
View file @
5adb1e6c
...
@@ -38,85 +38,32 @@
...
@@ -38,85 +38,32 @@
Zone N 1 array[N] <= LUX < infinity
Zone N 1 array[N] <= LUX < infinity
Must be overridden in platform specific overlays -->
Must be overridden in platform specific overlays -->
<integer-array
name=
"config_autoBrightnessLevels"
>
<integer-array
name=
"config_autoBrightnessLevels"
>
<item>
2
</item>
<item>
1
</item>
<item>
3
</item>
<item>
5
</item>
<item>
5
</item>
<item>
7
</item>
<item>
10
</item>
<item>
8
</item>
<item>
50
</item>
<item>
16
</item>
<item>
100
</item>
<item>
20
</item>
<item>
300
</item>
<item>
24
</item>
<item>
500
</item>
<item>
28
</item>
<item>
1000
</item>
<item>
32
</item>
<item>
3000
</item>
<item>
37
</item>
<item>
10000
</item>
<item>
41
</item>
<item>
45
</item>
<item>
49
</item>
<item>
53
</item>
<item>
57
</item>
<item>
76
</item>
<item>
81
</item>
<item>
91
</item>
<item>
101
</item>
<item>
139
</item>
<item>
158
</item>
<item>
178
</item>
<item>
201
</item>
<item>
222
</item>
<item>
305
</item>
<item>
364
</item>
<item>
424
</item>
<item>
503
</item>
<item>
712
</item>
<item>
911
</item>
<item>
1113
</item>
<item>
1316
</item>
<item>
2025
</item>
<item>
2537
</item>
<item>
3039
</item>
</integer-array>
</integer-array>
<!-- Array of output values for LCD backlight corresponding to the LUX values
<!-- Array of output values for LCD backlight corresponding to the LUX values
in the config_autoBrightnessLevels array. This array should have size one greater
in the config_autoBrightnessLevels array. This array should have size one greater
than the size of the config_autoBrightnessLevels array.
than the size of the config_autoBrightnessLevels array.
This must be overridden in platform specific overlays -->
This must be overridden in platform specific overlays -->
<integer-array
name=
"config_autoBrightnessLcdBacklightValues"
>
<integer-array
name=
"config_autoBrightnessLcdBacklightValues"
>
<item>
1
</item>
<item>
16
</item>
<item>
4
</item>
<item>
20
</item>
<item>
7
</item>
<item>
24
</item>
<item>
10
</item>
<item>
32
</item>
<item>
13
</item>
<item>
48
</item>
<item>
17
</item>
<item>
76
</item>
<item>
27
</item>
<item>
108
</item>
<item>
38
</item>
<item>
152
</item>
<item>
46
</item>
<item>
196
</item>
<item>
53
</item>
<item>
244
</item>
<item>
53
</item>
<item>
54
</item>
<item>
54
</item>
<item>
54
</item>
<item>
54
</item>
<item>
54
</item>
<item>
54
</item>
<item>
55
</item>
<item>
56
</item>
<item>
56
</item>
<item>
57
</item>
<item>
58
</item>
<item>
59
</item>
<item>
61
</item>
<item>
62
</item>
<item>
63
</item>
<item>
67
</item>
<item>
70
</item>
<item>
73
</item>
<item>
77
</item>
<item>
91
</item>
<item>
105
</item>
<item>
118
</item>
<item>
133
</item>
<item>
183
</item>
<item>
221
</item>
<item>
255
</item>
<item>
255
</item>
</integer-array>
</integer-array>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment