Searched refs:TABLET_DEVICE_HEIGHT (Results 1 – 1 of 1) sorted by relevance
66 constexpr int32_t TABLET_DEVICE_HEIGHT { 1920 }; variable754 if (width == TABLET_DEVICE_WIDTH && height == TABLET_DEVICE_HEIGHT) { in CheckDeviceType()