Home
last modified time | relevance | path

Searched defs:canInterpolate (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DFontInterpolator.kt192 fun canInterpolate(start: Font, end: Font) = method
/frameworks/native/libs/input/
DResampler.cpp160 bool LegacyResampler::canInterpolate(const InputMessage& message) const { in canInterpolate() function in android::LegacyResampler