Home
last modified time | relevance | path

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

/test/testfwk/arkxtest/uitest/record/
H A Dvelocity.h21 class Velocity final {
23 Velocity() = default;
24 explicit Velocity(const Offset& offsetPerSecond) : offsetPerSecond_(offsetPerSecond) {} in Velocity() function in OHOS::uitest::final
25 ~Velocity() = default;
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 in operator -()
[all...]
H A Dvelocity_tracker.h96 const Velocity& GetVelo() in GetVelo()
194 Velocity velocity_;

Completed in 1 milliseconds