Home
last modified time | relevance | path

Searched defs:setStylusButtonMotionEventsEnabled (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/input/
H A DInputManagerInternal.java219 public abstract void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in InputManagerInternal
H A DNativeInputManagerService.java224 void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method
491 public native void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in NativeInputManagerService.NativeImpl
H A DInputManagerService.java3318 public void setStylusButtonMotionEventsEnabled(boolean enabled) { in setStylusButtonMotionEventsEnabled() method in InputManagerService.LocalService
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_input_InputManagerService.cpp1636 void NativeInputManager::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::NativeInputManager