diff options
| author | AnierinB <anierin@evolution-x.org> | 2022-10-02 21:08:40 +0300 |
|---|---|---|
| committer | Semavi Ulusoy <doc.divxm@gmail.com> | 2022-10-02 21:15:50 +0300 |
| commit | 93a2ba8792db5274afcd736fd0d8affdd1361dcf (patch) | |
| tree | 2afeba8a99414dd2165ceffc5b38b70c4c79b6bd | |
| parent | 791677037bffd87737f32f2bf509d3dfe0f412a5 (diff) | |
deviceparts: Add Power Efficient Workqueue Switch resources
** icon source: https://materialdesignicons.com
Signed-off-by: AnierinB <anierin@evolution-x.org>
Signed-off-by: Semavi Ulusoy <doc.divxm@gmail.com>
Change-Id: I2011be95eeed59d9512e177128fba1ec651f029e
| -rw-r--r-- | res/drawable/ic_cpu.xml | 9 | ||||
| -rw-r--r-- | res/values/strings.xml | 5 |
2 files changed, 14 insertions, 0 deletions
diff --git a/res/drawable/ic_cpu.xml b/res/drawable/ic_cpu.xml new file mode 100644 index 0000000..2b89d4c --- /dev/null +++ b/res/drawable/ic_cpu.xml @@ -0,0 +1,9 @@ +<!-- drawable/cpu_64_bit.xml -->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:height="24dp"
+ android:width="24dp"
+ android:viewportWidth="24"
+ android:viewportHeight="24">
+ <path android:fillColor="@color/config_icon_tint"
+ android:pathData="M9,3V5H7A2,2 0 0,0 5,7V9H3V11H5V13H3V15H5V17A2,2 0 0,0 7,19H9V21H11V19H13V21H15V19H17A2,2 0 0,0 19,17V15H21V13H19V11H21V9H19V7A2,2 0 0,0 17,5H15V3H13V5H11V3M8,9H11.5V10.5H8.5V11.25H10.5A1,1 0 0,1 11.5,12.25V14A1,1 0 0,1 10.5,15H8A1,1 0 0,1 7,14V10A1,1 0 0,1 8,9M12.5,9H14V11H15.5V9H17V15H15.5V12.5H12.5M8.5,12.75V13.5H10V12.75" />
+</vector>
diff --git a/res/values/strings.xml b/res/values/strings.xml index 3cbc74b..04fb95f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -339,4 +339,9 @@ <string name="category_uibench">UiBench</string> <string name="jitter_test_title">Jitter</string> <string name="jitter_test_summary">Calculate rendering jitter</string> + + <!-- OplusParts - CPU --> + <string name="cpu_title">CPU</string> + <string name="power_efficient_workqueue_title">Power efficient workqueue</string> + <string name="power_efficient_workqueue_summary">Save power by rescheduling work to a core that is already awake</string> </resources> |
