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.java130 * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
154 public float xdpi; field in class:DisplayMetrics
191 * The reported display xdpi prior to any compatibility mode scaling
212 xdpi = o.xdpi;
229 xdpi = DENSITY_DEVICE;
236 noncompatXdpi = xdpi;
272 && xdpi == other.xdpi
291 ", xdpi
[all...]
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h314 float xdpi; member in struct:android::HWComposer::DisplayData
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp672 float xdpi = hwc.getDpiX(type); local
697 // use xdpi instead
699 density = xdpi / 160.0f;
703 xdpi = ydpi = density = Density::getEmuDensity();
720 info->xdpi = xdpi;

Completed in 146 milliseconds