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.
1 parent 59a484e commit 283b38eCopy full SHA for 283b38e
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