Home
last modified time | relevance | path

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

/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h61 static constexpr size_t HISTORY_SIZE_MAX = 2; member in OHOS::MMI::final
193 History history[HISTORY_SIZE_MAX];
208 if (historySize < HISTORY_SIZE_MAX) { in AddHistory()
222 if (historySize < HISTORY_SIZE_MAX) { in RecentCoordinatesAreIdentical()
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp385 } else if (touchState.historySize >= HISTORY_SIZE_MAX) { in ResampleTouchState()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp234 if (touchState.size() < EventResample::HISTORY_SIZE_MAX) { in ResampleCoord()

Completed in 3 milliseconds