Home
last modified time | relevance | path

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

/frameworks/base/include/ui/
DDisplayInfo.h28 struct DisplayInfo { struct
29 uint32_t w;
30 uint32_t h;
31 PixelFormatInfo pixelFormatInfo;
32 uint8_t orientation;
33 uint8_t reserved[3];
34 float fps;
35 float density;
36 float xdpi;
37 float ydpi;
/frameworks/base/include/surfaceflinger/
DSurfaceComposerClient.h39 class DisplayInfo; variable
/frameworks/base/services/input/
DInputReader.h174 struct DisplayInfo { struct
175 int32_t width;
176 int32_t height;
177 int32_t orientation;
179 DisplayInfo() : in DisplayInfo() argument