Home
last modified time | relevance | path

Searched defs:isKeyboard (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/window/window_manager/wm/src/
H A Dwindow_input_channel.cpp163 …bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD… in IsKeyboardEvent() local
H A Dwindow_session_impl.cpp3735 …bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD… in IsKeyboardEvent() local
/ohos5.0/foundation/window/window_manager/window_scene/intention_event/src/
H A Dintention_event_manager.cpp318 …bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD… in IsKeyboardEvent() local
/ohos5.0/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp493 bool isKeyboard { false }; in DeserializeDevice() local
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/
H A Ddsoftbus_handler.cpp493 bool isKeyboard { false }; in DeserializeDevice() local
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/
H A Dnweb.h1408 virtual void ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) {} in ResizeVisibleViewport()
/ohos5.0/foundation/multimodalinput/input/libudev/src/
H A Dudev_device.cpp530 bool isKeyboard = true; in CheckKeys() local
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/
H A Dark_web_nweb_impl.cpp1079 void ArkWebNWebImpl::ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) in ResizeVisibleViewport()
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webview/
H A Dark_web_nweb_wrapper.cpp1262 void ArkWebNWebWrapper::ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) in ResizeVisibleViewport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.cpp3045 void WebDelegate::Resize(const double& width, const double& height, bool isKeyboard) in Resize()
6092 void WebDelegate::SetBoundsOrResize(const Size& drawSize, const Offset& offset, bool isKeyboard) in SetBoundsOrResize()
6111 void WebDelegate::ResizeVisibleViewport(const Size& visibleSize, bool isKeyboard) in ResizeVisibleViewport()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/web/
H A Dweb_pattern.cpp3207 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate) in UpdateWebLayoutSize()