Searched refs:setStylusButtonMotionEventsEnabled (Results 1 – 9 of 9) sorted by relevance
214 public abstract void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in InputManagerInternal
233 void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method529 public native void setStylusButtonMotionEventsEnabled(boolean enabled); in setStylusButtonMotionEventsEnabled() method in NativeInputManagerService.NativeImpl
3180 public void setStylusButtonMotionEventsEnabled(boolean enabled) { in setStylusButtonMotionEventsEnabled() method in InputManagerService.LocalService3181 mNative.setStylusButtonMotionEventsEnabled(enabled); in setStylusButtonMotionEventsEnabled()
75 void setStylusButtonMotionEventsEnabled(bool enabled);
202 void FakeInputReaderPolicy::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::FakeInputReaderPolicy
2352 TestFixture::mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TYPED_TEST()6206 mFakePolicy->setStylusButtonMotionEventsEnabled(false); in TEST_F()
308 void setStylusButtonMotionEventsEnabled(bool enabled);1706 void NativeInputManager::setStylusButtonMotionEventsEnabled(bool enabled) { in setStylusButtonMotionEventsEnabled() function in android::NativeInputManager2671 im->setStylusButtonMotionEventsEnabled(enabled); in nativeSetStylusButtonMotionEventsEnabled()
2998 mInputManagerInternal.setStylusButtonMotionEventsEnabled(mStylusButtonsEnabled);
11871 PLcom/android/server/input/InputManagerService$LocalService;->setStylusButtonMotionEventsEnabled(Z)V