Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline_ng/
H A Dpipeline_context.cpp2946 bool needInterpolation = true; in FlushTouchEvents() local
2952 needInterpolation = iter->type != TouchType::MOVE ? false : true; in FlushTouchEvents()
2955 needInterpolation = false; in FlushTouchEvents()
2957 if (needInterpolation && SystemProperties::IsNeedResampleTouchPoints()) { in FlushTouchEvents()