Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerService.java351 private static native void nativeSetMotionClassifierEnabled(long ptr, boolean enabled); in nativeSetMotionClassifierEnabled() method in InputManagerService
1917 nativeSetMotionClassifierEnabled(mPtr, enabled); in updateDeepPressStatusFromSettings()
/aosp12/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp2175 static void nativeSetMotionClassifierEnabled(JNIEnv* /* env */, jclass /* clazz */, jlong ptr, in nativeSetMotionClassifierEnabled() function
2348 {"nativeSetMotionClassifierEnabled", "(JZ)V", (void*)nativeSetMotionClassifierEnabled},