Home
last modified time | relevance | path

Searched defs:DisplayInfo (Results 1 – 8 of 8) sorted by relevance

/aosp12/packages/services/Car/cpp/evs/apps/default/
H A DConfigManager.h41 struct DisplayInfo { struct
42 uint8_t port = 0; // Display port number to use
43 std::string function = ""; // The expected use for this display.
44 float frontRangeInCarSpace; // How far the display extends in front of the car
45 float rearRangeInCarSpace; // How far the display extends behind the car
/aosp12/frameworks/base/core/java/android/view/
H A DDisplayInfo.java48 public final class DisplayInfo implements Parcelable { class
327 public DisplayInfo() { in DisplayInfo() method in DisplayInfo
330 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo
334 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
/aosp12/hardware/google/graphics/common/include/displaycolor/
H A Ddisplaycolor.h97 struct DisplayInfo { struct
98 std::string panel_name;
99 std::string panel_serial;
101 DisplayBrightnessTable brightness_table;
/aosp12/frameworks/native/libs/vr/libvrflinger/
H A Dhardware_composer.h399 struct DisplayInfo { struct
405 DisplayInfo* GetDisplayInfo(hwc2_display_t display); argument
/aosp12/packages/apps/Settings/src/com/android/settings/network/
H A DSubscriptionUtil.java244 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class
/aosp12/packages/services/Car/service/src/com/android/car/
H A DCarUxRestrictionsManagerService.java1105 private static final class DisplayInfo { class in CarUxRestrictionsManagerService
1109 DisplayInfo(IRemoteCallback owner, int physicalDisplayId) { in DisplayInfo() method in CarUxRestrictionsManagerService.DisplayInfo
H A DCarOccupantZoneService.java132 static class DisplayInfo { class in CarOccupantZoneService
136 DisplayInfo(Display display, int displayType) { in DisplayInfo() method in CarOccupantZoneService.DisplayInfo
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogController.java491 class DisplayInfo { in getUniqueSubscriptionDisplayNames() class