Home
last modified time | relevance | path

Searched defs:sendStylusButtonEvent (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/companion/virtual/
DIVirtualDevice.aidl218 boolean sendStylusButtonEvent(IBinder token, in VirtualStylusButtonEvent event); in sendStylusButtonEvent() method
/frameworks/base/services/companion/java/com/android/server/companion/virtual/
DInputController.java394 boolean sendStylusButtonEvent(@NonNull IBinder token, @NonNull VirtualStylusButtonEvent event) { in sendStylusButtonEvent() method in InputController