Searched refs:dp2px (Results 1 – 5 of 5) sorted by relevance
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | DeviceInfo.java | 22 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/ |
D | teeui_device_config.cpp | 70 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()
|
D | teeui_device_config.h | 57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
|
/system/teeui/test/example_config/ |
D | README | 59 …"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/ |
D | utils.h | 450 Proxy(Numeric valuepx, Numeric mm2px, Numeric dp2px) 451 : valuepx_(valuepx), mm2px_(mm2px), dp2px_(dp2px) {} 461 context(Numeric mm2px, Numeric dp2px) : mm2px_(mm2px), dp2px_(dp2px) {}
|