Home
last modified time | relevance | path

Searched refs:RESAMPLE_MIN_DELTA (Results 1 - 3 of 3) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp381 if (delta < RESAMPLE_MIN_DELTA) { in ResampleTouchState()
390 if (delta < RESAMPLE_MIN_DELTA) { in ResampleTouchState()
/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h50 static constexpr int64_t RESAMPLE_MIN_DELTA = 2 * US_PER_MS; member in OHOS::MMI::final
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp239 if (delta < EventResample::RESAMPLE_MIN_DELTA) { in ResampleCoord()
256 if (delta < EventResample::RESAMPLE_MIN_DELTA) { in ResampleCoord()
257 MMI_HILOGD("RESAMPLE_MIN_DELTA = %{public}" PRId64 ", next_x = %{public}d, ts0_x = %{public}d", in ResampleCoord()

Completed in 4 milliseconds