The specs say that the status bar and nav bar should be 56dp tall when
they contain the cutout. For the status bar this is when the cutout is
at the top (rotation 0 and rotation 90). For the nav bar this is when
the cutout is at the bottom (rotation 180 and rotation 270).
The status bar and nav bar have logic to make their height to be at
least as tall as the cutout rect approximation.
Fixes: 309773362
Bug: 299908906
Test: Manual
Change-Id: I1c01280558b145280449a8c199f680c1e4304ee6
Revert submission 25284659-COMET_DISPLAY_DENSITY
Reason for revert: change density back to 390 as discussed
Reverted changes: /q/submissionid:25284659-COMET_DISPLAY_DENSITY
Change-Id: I59c1c2dcda8bf9c25fb4cb41b61e23a6930b202c
The height specs of the status bar are 56dp when the camera is at the
top and 36dp when the camera is at the bottom.
To achieve this, we set the status bar height config to 36dp, which will
be used when the camera is at the bottom.
Then to achieve 56dp when the camera is at the top, we use the cutout
rect approximation, and make it 56dp in height. The height of the
status bar is adjusted to be at least as tall as the cutout rect.
+ Tweak the cutout rect, to make it be in the corner and intersect with
the top and right of the screen, which is needed for status bar inset
calculations. Before, it had a vertical offset, and was offscreen to
the right.
Now it is a rect that starts from the top right of the screen and goes
to 56dp in height and until the end of the camera in width.
Test: Manual
Fixes: 309773362
Change-Id: I9425364bab2e1413c02674cb2ae2c5be411f70c3
Vendor sched procfs path hierarchy gets updated in kernel.
Update the paths in powerhint json file to match the change.
Bug: 289151587
Test: Manual check the paths in device
Change-Id: I2c1e79c62d7e9dcd29321983e3f2a4755e916fb0
Override the config value for the comet device to make it happen.
Bug: 291870756
Test: m
Test: override the feature flag and observe
Change-Id: I887faf95391aaac268550e693bd1c38a5d290f68
Checks syntax and simple brace balances for all JSON files.
Test: Edit any json file and try upload
Bug: 127794899
Change-Id: Iebacfabc26a9ef4e3b31875ca46ff3537d7c4c3a
The UWB calibration files were previously copied from the Qorvo
area. They are now copied from the device specific folder.
Bug: 307692986
Change-Id: I18e38abb7ee6e1e44f967f755b22bd3db50720e6
Signed-off-by: Hasan Awais <hasanawais@google.com>
- remove override directive
- separate gps configuration files for each device
Bug: 291186485
Test: build pass and configuration files are correct
Change-Id: I907d5e04c267753ce25e5de5f5080536df7e7041
media_profile contain potentially sensitive data.
These files should not be located in device/google, since this folder
history is visible in AOSP.
Test: build success(source build/envsetup.sh && lunch comet-trunk_staging-userdebug && m)
Bug: 305170657
Change-Id: Ic8fe4d439a74bc88f537dcb047b5b8d10fae355a