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

/frameworks/native/include/ui/
H A DDisplayInfo.h31 float xdpi; member in struct:android::DisplayInfo
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java143 * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
167 public float xdpi; field in class:DisplayMetrics
204 * The reported display xdpi prior to any compatibility mode scaling
225 xdpi = o.xdpi;
242 xdpi = DENSITY_DEVICE;
249 noncompatXdpi = xdpi;
285 && xdpi == other.xdpi
304 ", xdpi
[all...]
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DConfigGenerator.java240 public ConfigGenerator setXdpi(int xdpi) { argument
241 mXdpi = xdpi;
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.h256 float xdpi; member in struct:android::HWComposer::DisplayConfig
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp550 float xdpi = hwConfig.xdpi; local
558 // use xdpi instead
560 density = xdpi / 160.0f;
564 xdpi = ydpi = density = Density::getEmuDensity();
581 info.xdpi = xdpi;

Completed in 242 milliseconds