Home
last modified time | relevance | path

Searched defs:INTENTION_ZOOM_OUT (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h2973 static const int32_t INTENTION_ZOOM_OUT; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dkey_event.h454 INTENTION_ZOOM_OUT = 13, enumerator
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp838 const int32_t KeyEvent::INTENTION_ZOOM_OUT = 13; member in OHOS::MMI::KeyEvent