Searched refs:heightPx (Results 1 – 3 of 3) sorted by relevance
/system/teeui/tools/framebufferizer/src/com/android/framebufferizer/utils/ |
D | DeviceInfo.java | 21 final private int heightPx; field in DeviceInfo 29 DeviceInfo(int widthPx, int heightPx, double dp2px, double mm2px, double powerButtonTopMm, in DeviceInfo() argument 32 this.heightPx = heightPx; in DeviceInfo() 46 return heightPx; in getHeightPx()
|
/system/teeui/test/ |
D | teeui_device_config.h | 57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
|
D | teeui_device_config.cpp | 70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice() argument 75 device_info_ptr->height_ = heightPx; in createDevice()
|