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.java256 public abstract void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in InputManagerInternal
DNativeInputManagerService.java259 void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method
616 public native void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in NativeInputManagerService.NativeImpl
DInputManagerService.java3814 public void setStylusButtonMotionEventsEnabled(boolean enabled) { in setStylusButtonMotionEventsEnabled() method in InputManagerService.LocalService
3815 mNative.setStylusButtonMotionEventsEnabled(enabled); in setStylusButtonMotionEventsEnabled()
/frameworks/native/services/inputflinger/tests/
DFakeInputReaderPolicy.h78 void setStylusButtonMotionEventsEnabled(bool enabled);
DFakeInputReaderPolicy.cpp231 void FakeInputReaderPolicy::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::FakeInputReaderPolicy
DInputReader_test.cpp2407 TestFixture::mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TYPED_TEST()
5071 mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TEST_F()
/frameworks/base/services/core/jni/
Dcom_android_server_input_InputManagerService.cpp373 void setStylusButtonMotionEventsEnabled(bool enabled);
2156 void NativeInputManager::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::NativeInputManager
3222 im->setStylusButtonMotionEventsEnabled(enabled); in nativeSetStylusButtonMotionEventsEnabled()
/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java3188 mInputManagerInternal.setStylusButtonMotionEventsEnabled(mStylusButtonsEnabled);