Searched defs:isKeyboard (Results 1 – 11 of 11) sorted by relevance
/ohos5.0/foundation/window/window_manager/wm/src/ |
H A D | window_input_channel.cpp | 163 …bool isKeyboard = (keyCode >= MMI::KeyEvent::KEYCODE_0 && keyCode <= MMI::KeyEvent::KEYCODE_NUMPAD… in IsKeyboardEvent() local
|
H A D | window_session_impl.cpp | 3735 …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 D | intention_event_manager.cpp | 318 …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 D | dsoftbus_handler.cpp | 493 bool isKeyboard { false }; in DeserializeDevice() local
|
/ohos5.0/base/msdp/device_status/intention/cooperate/plugin/src/ |
H A D | dsoftbus_handler.cpp | 493 bool isKeyboard { false }; in DeserializeDevice() local
|
/ohos5.0/base/web/webview/ohos_interface/include/ohos_nweb/ |
H A D | nweb.h | 1408 virtual void ResizeVisibleViewport(uint32_t width, uint32_t height, bool isKeyboard) {} in ResizeVisibleViewport()
|
/ohos5.0/foundation/multimodalinput/input/libudev/src/ |
H A D | udev_device.cpp | 530 bool isKeyboard = true; in CheckKeys() local
|
/ohos5.0/base/web/webview/ohos_interface/ohos_glue/ohos_nweb/bridge/webcore/ |
H A D | ark_web_nweb_impl.cpp | 1079 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 D | ark_web_nweb_wrapper.cpp | 1262 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 D | web_delegate.cpp | 3045 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 D | web_pattern.cpp | 3207 void WebPattern::UpdateWebLayoutSize(int32_t width, int32_t height, bool isKeyboard, bool isUpdate) in UpdateWebLayoutSize()
|