Searched refs:velocity (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/arkxtest/uitest/record/ |
H A D | velocity.h | 37 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 D | pointer_info.h | 25 #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 D | pointer_info.cpp | 57 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 D | drag_getXY.cpp | 45 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 D | arkApi.cpp | 128 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 D | gesture_test.cpp | 165 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 D | arkoala_api.h | 236 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