Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DDisplayInfo.h28 struct DisplayInfo { struct
29 uint32_t w;
30 uint32_t h;
31 float xdpi;
32 float ydpi;
33 float fps;
34 float density;
35 uint8_t orientation;
36 bool secure;
37 nsecs_t appVsyncOffset;
[all …]
/frameworks/base/core/java/android/view/
DDisplayInfo.java34 public final class DisplayInfo implements Parcelable { class
253 public DisplayInfo() { in DisplayInfo() method in DisplayInfo
256 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo
260 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
/frameworks/native/include/gui/
DSurfaceComposerClient.h41 class DisplayInfo; variable