Home
last modified time | relevance | path

Searched defs:isKeyboard (Results 1 - 8 of 8) sorted by relevance

/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp162 bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD_RIGHT_PAREN); in IsKeyboardEvent() local
H A Dwindow_session_impl.cpp3576 bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD_RIGHT_PAREN); in IsKeyboardEvent() local
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp494 packet >> isKeyboard; in DeserializeDevice() local
/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp323 bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD_RIGHT_PAREN); in IsKeyboardEvent() local
/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp530 bool isKeyboard = true; in CheckKeys() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/web/
H A Dmock_web_delegate.cpp614 void WebDelegate::Resize(const double& width, const double& height, bool isKeyboard) {} in Resize() argument
975 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) {} in SetBoundsOrResize() argument
976 void WebDelegate::ResizeVisibleViewport(const Size& visibleSize, bool isKeyboard) {} in ResizeVisibleViewport() argument
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp2994 void WebDelegate::Resize(const double& width, const double& height, bool isKeyboard) in Resize() argument
6044 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) in SetBoundsOrResize() argument
6063 void WebDelegate::ResizeVisibleViewport(const Size& visibleSize, bool isKeyboard) in ResizeVisibleViewport() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3284 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate) in UpdateWebLayoutSize() argument

Completed in 35 milliseconds