Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/
H A Dinput_manager_impl.cpp53 constexpr int32_t DISPLAY_STRINGS_MAX_SIZE { 27 * 2 }; variable
217 return sizeof(DisplayInfo) + DISPLAY_STRINGS_MAX_SIZE; in GetDisplayMaxSize()