We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65893ab + 283b38e commit af242efCopy full SHA for af242ef
libs/gui/aidl/android/gui/StaticDisplayInfo.aidl
@@ -28,4 +28,6 @@ parcelable StaticDisplayInfo {
28
boolean secure;
29
@nullable DeviceProductInfo deviceProductInfo;
30
Rotation installOrientation = Rotation.Rotation0;
31
+ /* this comes from composer HAL's screenPartStatus.aidl file */
32
+ int screenPartStatus;
33
}
0 commit comments