Home
last modified time | relevance | path

Searched refs:TABLET_DEVICE_HEIGHT (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/
H A Dmouse_transform_processor.cpp66 constexpr int32_t TABLET_DEVICE_HEIGHT { 1920 }; variable
754 if (width == TABLET_DEVICE_WIDTH && height == TABLET_DEVICE_HEIGHT) { in CheckDeviceType()