Searched defs:xdpi (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/include/ui/
H A DDisplayInfo.h30 float xdpi; member in struct:android::DisplayInfo
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java113 * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
137 public float xdpi; field in class:DisplayMetrics
174 * The reported display xdpi prior to any compatibility mode scaling
195 xdpi = o.xdpi;
212 xdpi = DENSITY_DEVICE;
219 noncompatXdpi = xdpi;
241 && xdpi == other.xdpi
261 ", xdpi
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h288 DisplayData() : xdpi(0), ydpi(0), refresh(0),
298 float xdpi; member in struct:android::HWComposer::DisplayData
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp621 float xdpi = hwc.getDpiX(type); local
646 // use xdpi instead
648 density = xdpi / 160.0f;
652 xdpi = ydpi = density = Density::getEmuDensity();
670 info->xdpi = xdpi;

Completed in 153 milliseconds