Searched refs:xdpi (Results 1 – 3 of 3) sorted by relevance
61 + "xdpi=" + m.xdpi + "\n" in onCreate()
823 EGLint xdpi = rcEnc->rcGetFBParam(rcEnc, FB_XDPI); in gralloc_device_open() local824 D("gralloc: xdpi=%d\n", xdpi); in gralloc_device_open()860 const_cast<float&>(dev->device.xdpi) = xdpi; in gralloc_device_open()
350 mXDpi = metrics.xdpi; in SimulationView()