Home
last modified time | relevance | path

Searched refs:setStylusButtonMotionEventsEnabled (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/input/
DInputManagerInternal.java219 public abstract void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in InputManagerInternal
DNativeInputManagerService.java224 void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method
491 public native void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in NativeInputManagerService.NativeImpl
DInputManagerService.java3318 public void setStylusButtonMotionEventsEnabled(boolean enabled) { in setStylusButtonMotionEventsEnabled() method in InputManagerService.LocalService
3319 mNative.setStylusButtonMotionEventsEnabled(enabled); in setStylusButtonMotionEventsEnabled()
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.h78 void setStylusButtonMotionEventsEnabled(bool enabled);
DFakeInputReaderPolicy.cpp204 void FakeInputReaderPolicy::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::FakeInputReaderPolicy
DInputReader_test.cpp2172 TestFixture::mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TYPED_TEST()
6829 mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp309 void setStylusButtonMotionEventsEnabled(bool enabled);
1636 void NativeInputManager::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::NativeInputManager
2572 im->setStylusButtonMotionEventsEnabled(enabled); in nativeSetStylusButtonMotionEventsEnabled()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java2687 mInputManagerInternal.setStylusButtonMotionEventsEnabled(mStylusButtonsEnabled);