Home
last modified time | relevance | path

Searched defs:setMotionClassifierEnabled (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/services/inputflinger/
DInputClassifier.cpp381 void InputClassifier::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled() function in android::InputClassifier
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java177 void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method
389 public native void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method in NativeInputManagerService.NativeImpl
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1487 void NativeInputManager::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled() function in android::NativeInputManager