Searched defs:DisplayInfo (Results 1 – 3 of 3) sorted by relevance
28 struct DisplayInfo { struct29 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 …]
34 public final class DisplayInfo implements Parcelable { class253 public DisplayInfo() { in DisplayInfo() method in DisplayInfo256 public DisplayInfo(DisplayInfo other) { in DisplayInfo() method in DisplayInfo260 private DisplayInfo(Parcel source) { in DisplayInfo() method in DisplayInfo
41 class DisplayInfo; variable