Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/native/libs/input/
H A DResampler.cpp137 bool LegacyResampler::pointerPropertiesResampleable(const Sample& target, const Sample& auxiliary) { in pointerPropertiesResampleable() function in android::LegacyResampler
167 if (!pointerPropertiesResampleable(pastSample, futureSample)) { in canInterpolate()
218 if (!pointerPropertiesResampleable(presentSample, pastSample)) { in canExtrapolate()
/aosp_15_r20/frameworks/native/include/input/
H A DResampler.h246 static bool pointerPropertiesResampleable(const Sample& target, const Sample& auxiliary);