Searched refs:setMotionClassifierEnabled (Results 1 – 4 of 4) sorted by relevance
204 void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method466 public native void setMotionClassifierEnabled(boolean enabled); in setMotionClassifierEnabled() method in NativeInputManagerService.NativeImpl
191 mNative.setMotionClassifierEnabled(enabled); in updateLongPressTimeout()
134 verify(native).setMotionClassifierEnabled(anyBoolean())
307 void setMotionClassifierEnabled(bool enabled);1628 void NativeInputManager::setMotionClassifierEnabled(bool enabled) { in setMotionClassifierEnabled() function in android::NativeInputManager1629 mInputManager->getProcessor().setMotionClassifierEnabled(enabled); in setMotionClassifierEnabled()2457 im->setMotionClassifierEnabled(enabled); in nativeSetMotionClassifierEnabled()