Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputProcessor.cpp379 void InputProcessor::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled() function in android::InputProcessor
/frameworks/base/services/core/java/com/android/server/input/
DNativeInputManagerService.java211 void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method
501 public native void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method in NativeInputManagerService.NativeImpl
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1698 void NativeInputManager::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled() function in android::NativeInputManager