Home
last modified time | relevance | path

Searched refs:velocity (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/arkxtest/uitest/record/
H A Dvelocity.h37 Velocity operator+(const Velocity& velocity) const in operator +()
39 return Velocity(offsetPerSecond_ + velocity.offsetPerSecond_); in operator +()
42 Velocity operator-(const Velocity& velocity) const in operator -()
44 return Velocity(offsetPerSecond_ - velocity.offsetPerSecond_); in operator -()
52 Velocity& operator+=(const Velocity& velocity) in operator +=() argument
54 offsetPerSecond_ += velocity.offsetPerSecond_; in operator +=()
58 bool operator==(const Velocity& velocity) const in operator ==()
60 return offsetPerSecond_ == velocity.offsetPerSecond_; in operator ==()
63 bool operator!=(const Velocity& velocity) const in operator !=()
65 return !operator==(velocity); in operator !=()
[all...]
H A Dpointer_info.h25 #include "velocity.h"
73 velocity = vel; in SetVelocity()
78 return velocity; in GetVelocity()
95 double velocity; // 离手速度 member in OHOS::uitest::FingerInfo
187 void SetAvgVelocity(double velocity) in SetAvgVelocity() argument
189 avgVelocity = velocity; in SetAvgVelocity()
H A Dpointer_info.cpp57 data["VELO"] = std::to_string(velocity); in WriteData()
100 sout << "Off-hand speed:" << velocity << ", " << "Step length:" << stepLength << ";"; in WriteWindowData()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/drag/
H A Ddrag_getXY.cpp45 float velocity = OH_ArkUI_DragEvent_GetVelocity(dragEvent); in OnEventReceive() local
54 OH_LOG_Print(LOG_APP, LOG_INFO, LOG_PRINT_DOMAIN, "getXY", "Drag getXY Velocity : %{public}f ", velocity); in OnEventReceive()
57 velocityX >= 0 && velocityY >= 0 && velocity >= 0) { in OnEventReceive()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/arkApi/
H A DarkApi.cpp128 auto velocity = OH_ArkUI_PanGesture_GetVelocity(nullptr); in TestArkUIAddApi014()
134 "Manager", "callback actionType: %{public}d, offsetX %{public}f, velocity %{public}f, velocityX %{public}f, velocityY %{public}f", in TestArkUIAddApi014()
135 actionType, offsetX, velocity, velocityX, velocityY); in TestArkUIAddApi014()
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/gesture/
H A Dgesture_test.cpp165 auto velocity = OH_ArkUI_SwipeGesture_GetVelocity(event); in OnSwipeActionCallBack() local
/test/xts/acts/arkui/ace_c_arkui_test/entry/src/main/cpp/Dialog/
H A Darkoala_api.h236 ArkUI_Float64 velocity; member
1019 ArkUI_Float32 velocity; member
4592 ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping);
4598 ArkUI_Float32 velocity, ArkUI_Float32 mass, ArkUI_Float32 stiffness, ArkUI_Float32 damping);

Completed in 21 milliseconds