Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputProcessor.cpp443 const MotionClassification newClassification = mMotionClassifier->classify(newArgs); in notifyMotion() local
445 newClassification != MotionClassification::NONE, in notifyMotion()
447 motionClassificationToString(newClassification), in notifyMotion()
449 newArgs.classification = newClassification; in notifyMotion()