Commit graph

96 commits

Author SHA1 Message Date
Graciela Putri
0934f8c8f3 Merge "Reduce display density max scale to match outer screen" into main 2024-02-27 09:37:05 +00:00
Graciela Wissen Putri
e970cc7b58 Reduce display density max scale to match outer screen
Use the maxScale value of the outer screen so the inner screen will have
matching density values.

Fix: 324439718
Test: Manual
Change-Id: Idb9cf7fabcf0f7705c94fc7c982ff33d0830cdbc
2024-02-26 19:41:55 +00:00
derickhong
2285c0221a display/ct3a: update brightness table
Bug: 325697619
Test: adb shell /vendor/bin/dumpsys displaycolor
Change-Id: I0439fcaf585576f64803957dbc8cf15a419bc32a
2024-02-26 17:43:03 +08:00
Treehugger Robot
53c3cfdb86 Merge "Add AOSP support for comet" into main 2024-02-20 19:22:22 +00:00
Charlotte Lu
737db6fc20 JP Initial MIC elabel CT3
Test: Visual Test

Fix: 317149063
Change-Id: Ic9bfcbe0891bf2e8103c07dd692fe30ccbaf149c
2024-02-20 14:47:51 +08:00
Bill Yi
3b17d4f6a1 Add AOSP support for comet
We will have a 'vendor' project containing proprietary blobs
to be able to build and flash Pixel device when vendor source is not
available.
The project name is
platform/vendor/aosp/google_devices/comet

and the path is
vendor/google_devices/comet

BUG: 325612343
Change-Id: I12441122c23a08aadcee7fcf59b2e6a086c5ab83
2024-02-16 08:29:19 -08:00
Chris Göllner
ac0e7eec88 [Comet] Increase status bar horizontal padding from 16dp to 32dp
Fixes: 325580152
Test: Manual
Flag: NONE
Change-Id: I3b7991eae6c6e7af418c6243b7fda45c4d93cae2
2024-02-16 14:52:32 +00:00
Hawkwood Glazier
ebab2d2cf9 Adjust smartspace positioning for weather clock on comet
Bug: 323483088
Test: Manually checked comet device
Change-Id: I2e4e53350d4816a1de62c9faf44258158cdcdad0
2024-02-09 21:55:18 +00:00
Chris Göllner
ab6dacb651 Merge "[Comet] Configure display unique ids for camera protection" into main 2024-02-05 11:52:26 +00:00
Yunfan Chen
a0b0f284d1 Merge "Comet: define display cutout side overrides for all rotations" into main 2024-02-05 04:35:45 +00:00
Derick Hong
b88dc29d4c Merge "display/ct3: update inner brightness table" into main 2024-02-01 05:29:29 +00:00
Chris Göllner
2515f0c35a [Comet] Tweak outer display cutout approximation rect to fix insets
Since the cutout rect was not defined to start at the top of the screen,
it was not considered to be on the side edge when the device was in
landscape/seascape.
This would make the status bar insets calculation not take it into
account, and content would be displayed over the cutout area.

Test: Manual
Fixes: 321973422
Change-Id: I8a47f4636cf7251ff6c1f9e4e274c94ca44aacaf
2024-01-31 14:50:56 +00:00
derickhong
331d248755 display/ct3: update inner brightness table
Bug: 320940837
Test: adb shell /vendor/bin/dumpsys displaycolor
Change-Id: If02b84c75fa1fe8180b115aa6ece176d6709488a
2024-01-31 13:38:19 +08:00
Cathy Hsu
8fd4809515 Merge "display: ct3e: port brightness profile from ct3c" into main 2024-01-31 01:22:30 +00:00
Cutter Coryell
d3360fbd60 Merge "Turn off ML in system back gesture" into main 2024-01-30 18:22:20 +00:00
Chris Göllner
e633380f6f [Comet] Configure display unique ids for camera protection
Test: Manual
Bug: 321955113
Change-Id: I75c6f5b97f2c2f5c7ab9d8a50ea91aa2fb166e64
2024-01-30 12:14:38 +00:00
Treehugger Robot
75c47a98ea Merge "Adding interrupt mapping for comet" into main 2024-01-30 05:28:45 +00:00
Suprabh Shukla
a724f52fce Adding interrupt mapping for comet
Test: Manually verify the output for `dumpsys batterystats --wakeups`

Fixes: 320610176
Change-Id: Ie1d4730c384ced690eb181e7289731eb502cbce5
2024-01-29 16:04:17 -08:00
Cutter Coryell
671b971814 Turn off ML in system back gesture
Bug: 277603560
Flag: None
Test: Manual
Change-Id: I4471d5e24b55466cf1f1b48f4958eb674307bd0d
2024-01-29 13:59:24 -08:00
Kyle Hsiao
c95201dd53 Merge "[NFC] Add antenna position coordinates" into main 2024-01-29 12:24:55 +00:00
Kyle Hsiao
25a4b5ba97 [NFC] Add antenna position coordinates
Bug: 279124459
Test: manual
Change-Id: Ic9d81f0f7156276b0d333147fb7efb6c30165ebe
2024-01-29 08:43:27 +00:00
Yunfan Chen
b20ae66cec Comet: define display cutout side overrides for all rotations
This is necessary to define all four values, otherwise, the different
source rotation may cause different behavior on the same target rotation
if the target rotation doesn't have a defined side override.

Bug: 302387383
Test: rotate from 270 to 0 and see no black bar underneath status bar.
Change-Id: I629a9cca6b239f8095775c73448a7176089dbd10
2024-01-26 15:59:12 +09:00
Massimo Carli
682fb46367 Merge "Default font-scale value customization" into main 2024-01-25 18:06:06 +00:00
Massimo Carli
323cca9654 Default font-scale value customization
Bug: 316160749
Test: `adb shell settings get system font_scale` returns 1.1

Change-Id: I8248c2a5c3a6952f5e057367ffe1c3f488c46ad7
2024-01-25 00:35:16 +00:00
Cathy Hsu
0ba0fbd5af display: ct3e: port brightness profile from ct3c
Bug: 310805932
Test: Check dumpsys display
Change-Id: I74d34b93bc211e8c93551a9e7fa1293834f77830
Signed-off-by: Cathy Hsu <cathsu@google.com>
2024-01-24 04:19:00 +00:00
Derick Hong
5850dcc010 Merge "display: ct3: update Adaptive Brightness Curve" into main 2024-01-23 01:08:53 +00:00
Jagrut Desai
71206994d2 Merge "Taskbar 3 button mode insets for comet" into main 2024-01-19 23:19:01 +00:00
Jagrut Desai
144ed4b8cd Taskbar 3 button mode insets for comet
Test: Test out the build from presubmit
Bug: 318396795
Flag: NONE

Change-Id: I16de687d556a06700a220dabff2e5e2f356a58f5
2024-01-19 19:14:48 +00:00
Hunsuk Choi
4377abc4f3 Merge "Fix domain selection service configuration for plug-in architecture" into main 2024-01-19 16:54:29 +00:00
Treehugger Robot
f6f142bca6 Merge "Update FP and power button location" into main 2024-01-18 18:59:04 +00:00
derickhong
be38a4895e display: ct3: update Adaptive Brightness Curve
remove config "config_autoBrightnessDisplayValuesNits"

Bug: 298738593
Test: adb shell dumpsys display | grep mBrightnessLevelsNits
Change-Id: I66157819e757c6581648d1751729cecfe8b50e48
Signed-off-by: derickhong <derickhong@google.com>
2024-01-18 07:43:55 +00:00
Hunsuk Choi
268cfbd75e Fix domain selection service configuration for plug-in architecture
Bug: 258112541
Test: build
Change-Id: I21833699893bed05143401f8424db553a7392d57
2024-01-18 05:12:48 +00:00
Morgan Shen
623f06d21f Merge "Enable AOSP domain selection service" into main 2024-01-18 03:45:58 +00:00
Beverly
74648f7a15 Update FP and power button location
Test: manual
Fixes: 316448242
Flag: none
Change-Id: Icfd6f9dc127731d3f893cb051a23fe23370bd934
2024-01-17 21:47:03 +00:00
derickhong
0cd29ceabd display/ct3c: update brightness profile
Bug: 315055824
Test: adb logcat | grep libdisplay
Change-Id: Ia95e3bcbd5d94c96f90caf2e30fec08e864855b0
Signed-off-by: derickhong <derickhong@google.com>
2024-01-16 11:54:14 +08:00
Sasha Kuznetsov
e643be17a4 Config Comet to allow external GPS location providers
-A noop change by itself, but allows Google to later overlay
 a different GPS engine within GmsCore.

Bug: 306045408
Change-Id: I30b185492aeb2998e58af0164a093f13a81779bb
Test: Manual
2024-01-11 22:30:22 +00:00
Treehugger Robot
44fa05927d Merge "Add MMS UA, UAProf for comet" into main 2024-01-11 11:09:23 +00:00
Treehugger Robot
86d490fbe5 Merge "display: ct3d: update non linear brighness profile" into main 2024-01-11 04:07:07 +00:00
Hunsuk Choi
25adc6f33c Enable AOSP domain selection service
Bug: 318772907
Test: build
Change-Id: I81ea5f5362db998f8ab4e38724a34610b7665f63
2024-01-11 01:35:17 +00:00
Treehugger Robot
7edb261147 Merge "[Comet] Lower display max scale to never go under sw600dp unfolded" into main 2024-01-09 15:11:48 +00:00
Chris Göllner
ddc83ddae3 [Comet] Lower display max scale to never go under sw600dp unfolded
Test: Manual
Fixes: 318688062
Change-Id: I3a32acadfc9f90cbe52c33e014641147812c6dfd
2024-01-09 14:35:21 +00:00
Shawn Lin
ea1a2f4a21 Merge "Add face sensor configs" into main 2024-01-09 02:47:24 +00:00
Shawn Lin
f0e0e1700c Add face sensor configs
Bug: 311564599
Test: make
Flag: NONE
Change-Id: I9981d4931a9e36b0730d54abbcdd355d24771034
2024-01-09 01:34:10 +00:00
timtmlin
4345d830ee Add MMS UA, UAProf for comet
Reference: go/comet-por

Bug: 315884062
Test: make
Change-Id: I16a3c617cb46f2eb637a9ae4b523512fefe7b623
2024-01-08 19:42:47 +08:00
Graciela Putri
43db25bdf8 Merge "Revert 56dp taskbar height" into main 2024-01-05 14:03:13 +00:00
Graciela Wissen Putri
780325047c Revert 56dp taskbar height
Keep default 60dp taskbar height as there is no significant impact on
app experience with slight reduction in height.

Bug: 318395803
Test: m
Change-Id: I41293565778a8f56fe9e4d4631aeb8bd5e1a1773
2024-01-05 11:25:30 +00:00
Chandru S
b4a79e179b Merge "Enable rest to unlock feature in SystemUI only for comet" into main 2024-01-04 17:56:39 +00:00
Derick Hong
f3c48ec6ab Merge "ct3b: Add non-linear brightness table" into main 2024-01-04 07:22:10 +00:00
Chandru S
698fd1fd99 Enable rest to unlock feature in SystemUI only for comet
Bug: 317164917
Flag: ACONFIG com.android.systemui.rest_to_unlock TEAMFOOD

Change-Id: I4aac632638cd4f87b599be25600a145a9b322cb0
2024-01-04 01:52:09 +00:00
derickhong
cecc0bb50c ct3b: Add non-linear brightness table
Bug: 284857069
Test: adb shell /vendor/bin/dumpsys displaycolor
Change-Id: I13228acbc9d2480890acf87832a0cd9762af0398
2024-01-03 17:57:08 +08:00