Home
last modified time | relevance | path

Searched refs:scrollByPara (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp228 std::unique_ptr<JsonValue> scrollByPara = argsValue->GetArrayItem(0); in CallMethod() local
229 double x = scrollByPara->GetDouble("dx", 0.0); in CallMethod()
230 double y = scrollByPara->GetDouble("dy", 0.0); in CallMethod()
231 bool isSmooth = scrollByPara->GetBool("smooth", true); in CallMethod()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration.cpp1999 std::unique_ptr<JsonValue> scrollByPara = argsValue->GetArrayItem(0);
2000 double x = scrollByPara->GetDouble("dx", 0.0);
2001 double y = scrollByPara->GetDouble("dy", 0.0);
2002 bool isSmooth = scrollByPara->GetBool("smooth", true);

Completed in 8 milliseconds