Home
last modified time | relevance | path

Searched refs:historySize (Results 1 - 6 of 6) sorted by relevance

/foundation/multimodalinput/input/service/event_resample/include/
H A Devent_resample.h192 size_t historySize; member
201 historySize = 0; in Initialize()
208 if (historySize < HISTORY_SIZE_MAX) { in AddHistory()
209 historySize += 1; in AddHistory()
222 if (historySize < HISTORY_SIZE_MAX) { in RecentCoordinatesAreIdentical()
/foundation/arkui/ace_engine/interfaces/native/event/
H A Dui_input_event.cpp42 if ((historyIndex < 0 || historyIndex >= touchEvent->historySize) || in isHistoryCTouchEventParamValid()
859 return touchEvent->historySize; in OH_ArkUI_PointerEvent_GetHistorySize()
875 if (!touchEvent || !touchEvent->historyEvents || touchEvent->historySize <= historyIndex || in OH_ArkUI_PointerEvent_GetHistoryEventTime()
895 if (!touchEvent || !touchEvent->historyEvents || touchEvent->historySize <= historyIndex || in OH_ArkUI_PointerEvent_GetHistoryPointerCount()
/foundation/multimodalinput/input/service/event_resample/test/
H A Devent_resample_test.cpp826 ts.historySize = 4; in HWTEST_F()
858 ts.historySize = 4; in HWTEST_F()
889 ts.historySize = 5; in HWTEST_F()
934 ts.historySize = 4; in HWTEST_F()
964 ts.historySize = 4; in HWTEST_F()
/foundation/multimodalinput/input/service/event_resample/src/
H A Devent_resample.cpp359 if (touchState.historySize < 1) { in ResampleTouchState()
385 } else if (touchState.historySize >= HISTORY_SIZE_MAX) { in ResampleTouchState()
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_common_modifier.cpp6691 event.touchEvent.historySize = eventInfo.GetHistoryPointerEvent().size() < MAX_HISTORY_EVENT_COUNT in SetOnTouch()
6696 event.touchEvent.historySize = 0; in SetOnTouch()
6742 touchEvent.touchEvent.historySize = 0; in SetOnTouchIntercept()
/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h199 ArkUI_Uint32 historySize; member

Completed in 36 milliseconds