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

/frameworks/base/include/ui/
H A DDisplayInfo.h36 float xdpi; member in struct:android::DisplayInfo
/frameworks/base/include/private/surfaceflinger/
H A DSharedBufferStack.h39 float xdpi; member in struct:android::display_cblk_t
/frameworks/base/core/java/android/util/
H A DDisplayMetrics.java87 * {@link #xdpi} and {@link #ydpi}, but rather is used to scale the size of
111 public float xdpi; field in class:DisplayMetrics
142 * The reported display xdpi prior to any compatibility mode scaling
163 xdpi = o.xdpi;
179 xdpi = DENSITY_DEVICE;
189 ", xdpi=" + xdpi + ", ydpi=" + ydpi + "}";
/frameworks/base/core/jni/
H A Dandroid_view_Display.cpp43 jfieldID xdpi; member in struct:android::offsets_t
62 env->SetFloatField(clazz, offsets.xdpi, info.xdpi);
120 offsets.xdpi = env->GetFieldID(clazz, "mDpiX", "F");

Completed in 94 milliseconds