Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimodalinput/input/interfaces/kits/c/input/
H A Doh_key_code.h243 KEYCODE_MEDIA_CLOSE = 2087, enumerator
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/event/include/
H A Dkey_event.h898 static const int32_t KEYCODE_MEDIA_CLOSE; variable
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/
H A Dkey_event.cpp540 const int32_t KeyEvent::KEYCODE_MEDIA_CLOSE = 2087; member in OHOS::MMI::KeyEvent