Home
last modified time | relevance | path

Searched refs:heightPx (Results 1 – 3 of 3) 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() argument
32 this.heightPx = heightPx; in DeviceInfo()
46 return heightPx; in getHeightPx()
/system/teeui/test/
Dteeui_device_config.h57 void createDevice(int widthPx, int heightPx, double dp2px, double mm2px,
Dteeui_device_config.cpp70 void TeeuiRenderTest::createDevice(int widthPx, int heightPx, double dp2px, double mm2px, in createDevice() argument
75 device_info_ptr->height_ = heightPx; in createDevice()