Searched refs:sendStylusButtonEvent (Results 1 – 4 of 4) sorted by relevance
72 if (!mVirtualDevice.sendStylusButtonEvent(mToken, event)) { in sendButtonEvent()
218 boolean sendStylusButtonEvent(IBinder token, in VirtualStylusButtonEvent event); in sendStylusButtonEvent() method
935 public boolean sendStylusButtonEvent(@NonNull IBinder token,942 return mInputController.sendStylusButtonEvent(token, event);
394 boolean sendStylusButtonEvent(@NonNull IBinder token, @NonNull VirtualStylusButtonEvent event) { in sendStylusButtonEvent() method in InputController