/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/src/ |
H A D | mouse_event_normalize.cpp | 185 int32_t MouseEventNormalize::GetMouseScrollRows() const in GetMouseScrollRows() function in OHOS::MMI::MouseEventNormalize 187 return MouseTransformProcessor::GetMouseScrollRows(); in GetMouseScrollRows()
|
H A D | mouse_transform_processor.cpp | 304 int32_t MouseTransformProcessor::GetMouseScrollRows() in GetMouseScrollRows() function in OHOS::MMI::MouseTransformProcessor 387 axisValue = GetMouseScrollRows() * axisValue * tpScrollDirection; in HandleAxisInner() 396 axisValue = GetMouseScrollRows() * axisValue * tpScrollDirection; in HandleAxisInner() 417 axisValue = GetMouseScrollRows() * (axisValue / initRows); in HandleAxisAccelateTouchPad()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/include/ |
H A D | mouse_event_normalize.h | 44 int32_t GetMouseScrollRows() const;
|
H A D | mouse_transform_processor.h | 124 static int32_t GetMouseScrollRows();
|
/ohos5.0/foundation/multimodalinput/input/test/fuzztest/setmousescrollrows_fuzzer/ |
H A D | setmousescrollrows_fuzzer.cpp | 50 InputManager::GetInstance()->GetMouseScrollRows(rowsAfter); in SetMouseScrollRowsFuzzTest()
|
/ohos5.0/foundation/multimodalinput/input/service/mouse_event_normalize/test/src/ |
H A D | mouse_event_normalize_test.cpp | 92 preScrollRows_ = MouseEventHdr->GetMouseScrollRows(); in SetUp() 347 ASSERT_TRUE(MouseEventHdr->GetMouseScrollRows() == newRows);
|
H A D | mouse_transform_processor_test.cpp | 99 preScrollRows_ = g_processor_.GetMouseScrollRows(); in SetUp() 352 ASSERT_TRUE(processor.GetMouseScrollRows() == newRows);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/src/ |
H A D | input_manager.cpp | 229 int32_t InputManager::GetMouseScrollRows(int32_t &Rows) in GetMouseScrollRows() function in OHOS::MMI::InputManager 231 return InputMgrImpl.GetMouseScrollRows(Rows); in GetMouseScrollRows()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/include/ |
H A D | js_pointer_context.h | 53 static napi_value GetMouseScrollRows(napi_env env, napi_callback_info info);
|
H A D | js_pointer_manager.h | 80 napi_value GetMouseScrollRows(napi_env env, napi_value handle = nullptr);
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/include/ |
H A D | multimodal_input_connect_manager.h | 52 int32_t GetMouseScrollRows(int32_t &rows);
|
H A D | i_multimodal_input_connect.h | 59 virtual int32_t GetMouseScrollRows(int32_t &rows) = 0;
|
H A D | multimodal_input_connect_proxy.h | 44 int32_t GetMouseScrollRows(int32_t &rows) override;
|
/ohos5.0/foundation/multimodalinput/input/interfaces/native/innerkits/proxy/include/ |
H A D | input_manager.h | 375 int32_t GetMouseScrollRows(int32_t &rows);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/napi/pointer/src/ |
H A D | js_pointer_context.cpp | 437 napi_value JsPointerContext::GetMouseScrollRows(napi_env env, napi_callback_info info) in GetMouseScrollRows() function in OHOS::MMI::JsPointerContext 447 return jsPointerMgr->GetMouseScrollRows(env); in GetMouseScrollRows() 455 return jsPointerMgr->GetMouseScrollRows(env, argv[0]); in GetMouseScrollRows() 1667 DECLARE_NAPI_STATIC_FUNCTION("getMouseScrollRows", GetMouseScrollRows), in Export()
|
H A D | js_pointer_manager.cpp | 389 napi_value JsPointerManager::GetMouseScrollRows(napi_env env, napi_value handle) in GetMouseScrollRows() function in OHOS::MMI::JsPointerManager 395 asyncContext->errorCode = InputManager::GetInstance()->GetMouseScrollRows(rows); in GetMouseScrollRows()
|
/ohos5.0/foundation/multimodalinput/input/service/connect_manager/src/ |
H A D | multimodal_input_connect_manager.cpp | 164 int32_t MultimodalInputConnectManager::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::MultimodalInputConnectManager 168 return multimodalInputConnectService_->GetMouseScrollRows(rows); in GetMouseScrollRows()
|
H A D | multimodal_input_connect_proxy.cpp | 306 int32_t MultimodalInputConnectProxy::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::MultimodalInputConnectProxy
|
H A D | multimodal_input_connect_stub.cpp | 638 int32_t ret = GetMouseScrollRows(rows); in StubGetMouseScrollRows()
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/include/ |
H A D | input_manager_impl.h | 135 int32_t GetMouseScrollRows(int32_t &rows);
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/include/ |
H A D | mmi_service.h | 57 int32_t GetMouseScrollRows(int32_t &rows) override;
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/events/test/ |
H A D | input_manager_pointer_test.cpp | 156 InputManager::GetInstance()->GetMouseScrollRows(preScrollRows_); in SetUp() 1232 ASSERT_TRUE(InputManager::GetInstance()->GetMouseScrollRows(newRows) == RET_OK);
|
H A D | input_manager_test.cpp | 2716 result = InputManager::GetInstance()->GetMouseScrollRows(rows);
|
/ohos5.0/foundation/multimodalinput/input/frameworks/proxy/event_handler/src/ |
H A D | input_manager_impl.cpp | 1080 int32_t InputManagerImpl::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::InputManagerImpl 1085 int32_t ret = MULTIMODAL_INPUT_CONNECT_MGR->GetMouseScrollRows(rows); in GetMouseScrollRows()
|
/ohos5.0/foundation/multimodalinput/input/service/module_loader/src/ |
H A D | mmi_service.cpp | 698 rows = MouseEventHdr->GetMouseScrollRows(); in ReadMouseScrollRows() 703 int32_t MMIService::GetMouseScrollRows(int32_t &rows) in GetMouseScrollRows() function in OHOS::MMI::MMIService
|