Home
last modified time | relevance | path

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

/ohos5.0/foundation/window/window_manager/window_scene/session/container/src/
H A Dwindow_event_channel.cpp33 const std::set<int32_t> VALID_KEYCODE_FOR_CONSTRAINED_EMBEDDED_UIEXTENSION({ MMI::KeyEvent::KEYCODE… variable
182 if (VALID_KEYCODE_FOR_CONSTRAINED_EMBEDDED_UIEXTENSION.find(keyCode) == in IsUIExtensionKeyEventBlocked()
183 VALID_KEYCODE_FOR_CONSTRAINED_EMBEDDED_UIEXTENSION.end()) { in IsUIExtensionKeyEventBlocked()