Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerInternal.java214 public abstract void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in InputManagerInternal
DNativeInputManagerService.java233 void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method
529 public native void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in NativeInputManagerService.NativeImpl
DInputManagerService.java3180 public void setStylusButtonMotionEventsEnabled(boolean enabled) { in setStylusButtonMotionEventsEnabled() method in InputManagerService.LocalService
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.cpp202 void FakeInputReaderPolicy::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::FakeInputReaderPolicy
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp1706 void NativeInputManager::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::NativeInputManager