Home
last modified time | relevance | path

Searched refs:dp2px (Results 1 – 5 of 5) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfo.java22 final private double dp2px; field in DeviceInfo
29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() argument
33 this.dp2px = dp2px; in DeviceInfo()
50 return dp2px; in getDp2px()
/system/teeui/test/
Dteeui_device_config.cpp70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice() argument
76 device_info_ptr->dp2px_ = dp2px; in createDevice()
87 double dp2px = 0, mm2px = 0; in initFromOptions() local
116 dp2px = numeric_value; in initFromOptions()
162 createDevice(width, height, dp2px, mm2px, powerBottonTopMm, powerButtonBottomMm, in initFromOptions()
Dteeui_device_config.h57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
/system/teeui/test/example_config/
DREADME59 …"native-test-flag": "--dp2px=<pixel per density independent pixel (px/dp) ratio of the device. Typ…
103 com.android.tradefed.testtype.HostGTest:native-test-flag:"--dp2px=100"\
/system/teeui/libteeui/include/teeui/
Dutils.h450 Proxy(Numeric valuepx, Numeric mm2px, Numeric dp2px)
451 : valuepx_(valuepx), mm2px_(mm2px), dp2px_(dp2px) {}
461 context(Numeric mm2px, Numeric dp2px) : mm2px_(mm2px), dp2px_(dp2px) {}