Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/event/
H A Dtouch_event.h102 bool isInterpolated = false; member
236 TouchEvent& SetIsInterpolated(bool isInterpolated) in SetIsInterpolated()
238 this->isInterpolated = isInterpolated; in SetIsInterpolated()
315 event.isInterpolated = isInterpolated; in CloneWith()
459 .SetIsInterpolated(isInterpolated) in UpdatePointers()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/gestures/
H A Dgesture_event.h303 void SetIsInterpolated(bool isInterpolated) in SetIsInterpolated() argument
305 isInterpolated_ = isInterpolated; in SetIsInterpolated()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/event/
H A Dtouch_event_test_ng.cpp262 touchEvent4.isInterpolated = true;
428 touchEvent.isInterpolated = true;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Dtouch_event.cpp74 if (point.isInterpolated) { in TriggerTouchCallBack()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/
H A Dpan_recognizer.cpp675 info.SetIsInterpolated(touchPoint.isInterpolated); in GetGestureEventInfo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/
H A Devent_manager.cpp832 touchEvent.isInterpolated = true; in CleanRecognizersForDragBegin()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp497 newTouchEvent.isInterpolated = true; in GetResampleTouchEvent()