Home
last modified time | relevance | path

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

/frameworks/native/libs/ui/include_vndk/ui/
DDisplayInfo.h27 struct DisplayInfo { struct
/frameworks/native/libs/ui/include/ui/
DDisplayInfo.h27 struct DisplayInfo { struct
/frameworks/base/core/java/android/view/
DDisplayInfo.java44 public final class DisplayInfo implements Parcelable { class
292 public DisplayInfo() { in DisplayInfo() method in DisplayInfo
295 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo
299 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
/frameworks/native/libs/vr/libvrflinger/
Dhardware_composer.h383 struct DisplayInfo { struct
389 DisplayInfo* GetDisplayInfo(hwc2_display_t display); argument
/frameworks/native/libs/gui/tests/
DSurface_test.cpp721 Vector<DisplayInfo>* /*configs*/) override { return NO_ERROR; } in getDisplayConfigs()