Home
last modified time | relevance | path

Searched refs:STEP_LENGTH (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_touchscreen.cpp33 constexpr int32_t STEP_LENGTH { 10 }; variable
34 constexpr int32_t TWICE_STEP_LENGTH { 2 * STEP_LENGTH };
180 if (total <= STEP_LENGTH) { in Move()
184 double step { STEP_LENGTH }; in Move()