Home
last modified time | relevance | path

Searched defs:heightPx (Results 1 – 2 of 2) sorted by relevance

/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/
DDeviceInfo.java21 final private int heightPx; field in DeviceInfo
29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo()
/system/teeui/test/
Dteeui_device_config.cpp70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice()